Html Css Color HEX #B09592 Thatch

📋 copy color: '#B09592'

red 176 ◦ green 149 ◦ blue 146

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

Shades of Thatch #B09592

Tints of Thatch #B09592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.63%

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

R = 37.37%
G = 31.63%
B = 31%

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

#B09592 (or 0xB09592) is known color: Thatch. HEX triplet: B0, 95 and 92. RGB value is (176,149,146). Sum of RGB (Red+Green+Blue) = 176+149+146=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B09592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09592 is #4F6A6D. Grayscale: #9C9C9C. Windows color (decimal): -5204590 or 9606576. OLE color: 9606576.

HSL color Cylindrical-coordinate representation of color #B09592: hue angle of 6º 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 #B09592 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 146 -
CMYK 0 0.15 0.17 0.31
HSL 0.16% 0.63% -
HSV(B) 0.17% 0.69% -
XYZ 33.84 32.8 31.74 -
YUV 156.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 176 149 146 0 0.15 0.17 0.31 6 0.16 0.63
Hex B0 95 92 0 F 11 1F 6 10 3F
Octal 260 225 222 0 17 21 37 6 20 77
Binary 10110000 10010101 10010010 0 1111 10001 11111 110 10000 111111

Color Harmonies of #B09592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09592

Black with #B09592

Text Example


Text Example

White with #B09592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09592; }

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

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

background-color css

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

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

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

border-color css

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

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

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