Html Css Color HEX #B09392 Thatch

📋 copy color: '#B09392'

red 176 ◦ green 147 ◦ blue 146

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

Shades of Thatch #B09392

Tints of Thatch #B09392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

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

R = 37.53%
G = 31.34%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B09392 (or 0xB09392) is known color: Thatch. HEX triplet: B0, 93 and 92. RGB value is (176,147,146). Sum of RGB (Red+Green+Blue) = 176+147+146=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B09392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09392 is #4F6C6D. Grayscale: #9B9B9B. Windows color (decimal): -5205102 or 9606064. OLE color: 9606064.

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

Color convert

RGB 176 147 146 -
CMYK 0 0.16 0.17 0.31
HSL 0.16% 0.63% -
HSV(B) 0.17% 0.69% -
XYZ 33.53 32.17 31.64 -
YUV 155.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 176 147 146 0 0.16 0.17 0.31 2 0.16 0.63
Hex B0 93 92 0 10 11 1F 2 10 3F
Octal 260 223 222 0 20 21 37 2 20 77
Binary 10110000 10010011 10010010 0 10000 10001 11111 10 10000 111111

Color Harmonies of #B09392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09392

Black with #B09392

Text Example


Text Example

White with #B09392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09392; }

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

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

background-color css

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

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

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

border-color css

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

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

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