Html Css Color HEX #B3948C Thatch

📋 copy color: '#B3948C'

red 179 ◦ green 148 ◦ blue 140

#B3948C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch #B3948C

Tints of Thatch #B3948C

RGB

 RED value IS 179 (70.31% from 255) = 38.33%

 GREEN value IS 148 (58.2% from 255) = 31.69%

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 38.33%
G = 31.69%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B3948C (or 0xB3948C) is known color: Thatch. HEX triplet: B3, 94 and 8C. RGB value is (179,148,140). Sum of RGB (Red+Green+Blue) = 179+148+140=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B3948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3948C is #4C6B73. Grayscale: #9C9C9C. Windows color (decimal): -5008244 or 9213107. OLE color: 9213107.

HSL color Cylindrical-coordinate representation of color #B3948C: hue angle of 12.31º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3948C is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 148 140 -
CMYK 0 0.17 0.22 0.30
HSL 12.31º 0.2% 0.63% -
HSV(B) 12.31º 0.22% 0.7% -
XYZ 33.91 32.66 29.33 -
YUV 156.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 179 148 140 0 0.17 0.22 0.30 12.31 0.2 0.63
Hex B3 94 8C 0 11 16 1E C 14 3F
Octal 263 224 214 0 21 26 36 14 24 77
Binary 10110011 10010100 10001100 0 10001 10110 11110 1100 10100 111111

Color Harmonies of #B3948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3948C

Black with #B3948C

Text Example


Text Example

White with #B3948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3948C; }

 p { color: rgb(179,148,140); }

 H1.HeaderClassName
 {
   color: #B3948C;
 }
 .AnyTagClassName
 {
   color: #B3948C;
 }
</style>

background-color css

<style>
 a { background-color: #B3948C; }

 a { background-color: rgb(179,148,140); }

 div.DivClassName
 {
   background-color: #B3948C;
 }
 .BgClassName
 {
   background-color: #B3948C;
 }
</style>

border-color css

<style>
 span { border-color: #B3948C; }

 span { border-color: rgb(179,148,140); }

 td.TdClassName
 {
   border-color: #B3948C;
 }
 .TagClassName
 {
   border-color: #B3948C;
 }
</style>