Html Css Color HEX #B09692 Thatch

📋 copy color: '#B09692'

red 176 ◦ green 150 ◦ blue 146

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

Shades of Thatch #B09692

Tints of Thatch #B09692

RGB

 RED value IS 176 (69.14% from 255) = 37.29%

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 37.29%
G = 31.78%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B09692 (or 0xB09692) is known color: Thatch. HEX triplet: B0, 96 and 92. RGB value is (176,150,146). Sum of RGB (Red+Green+Blue) = 176+150+146=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B09692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09692 is #4F696D. Grayscale: #9D9D9D. Windows color (decimal): -5204334 or 9606832. OLE color: 9606832.

HSL color Cylindrical-coordinate representation of color #B09692: hue angle of 8º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B09692 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 146 -
CMYK 0 0.15 0.17 0.31
HSL 0.16% 0.63% -
HSV(B) 0.17% 0.69% -
XYZ 34 33.12 31.79 -
YUV 157.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 176 150 146 0 0.15 0.17 0.31 8 0.16 0.63
Hex B0 96 92 0 F 11 1F 8 10 3F
Octal 260 226 222 0 17 21 37 10 20 77
Binary 10110000 10010110 10010010 0 1111 10001 11111 1000 10000 111111

Color Harmonies of #B09692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09692

Black with #B09692

Text Example


Text Example

White with #B09692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09692; }

 p { color: rgb(176,150,146); }

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

background-color css

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

 a { background-color: rgb(176,150,146); }

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

border-color css

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

 span { border-color: rgb(176,150,146); }

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