Html Css Color HEX #B69087 Thatch

📋 copy color: '#B69087'

red 182 ◦ green 144 ◦ blue 135

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

Shades of Thatch #B69087

Tints of Thatch #B69087

RGB

 RED value IS 182 (71.48% from 255) = 39.48%

 GREEN value IS 144 (56.64% from 255) = 31.24%

 BLUE value IS 135 (53.13% from 255) = 29.28%

R = 39.48%
G = 31.24%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B69087 (or 0xB69087) is known color: Thatch. HEX triplet: B6, 90 and 87. RGB value is (182,144,135). Sum of RGB (Red+Green+Blue) = 182+144+135=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B69087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69087 is #496F78. Grayscale: #9A9A9A. Windows color (decimal): -4812665 or 8884406. OLE color: 8884406.

HSL color Cylindrical-coordinate representation of color #B69087: hue angle of 11.49º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B69087 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 144 135 -
CMYK 0 0.21 0.26 0.29
HSL 11.49º 0.24% 0.62% -
HSV(B) 11.49º 0.26% 0.71% -
XYZ 33.64 31.64 27.26 -
YUV 154.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 182 144 135 0 0.21 0.26 0.29 11.49 0.24 0.62
Hex B6 90 87 0 15 1A 1D B 18 3E
Octal 266 220 207 0 25 32 35 13 30 76
Binary 10110110 10010000 10000111 0 10101 11010 11101 1011 11000 111110

Color Harmonies of #B69087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69087

Black with #B69087

Text Example


Text Example

White with #B69087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69087; }

 p { color: rgb(182,144,135); }

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

background-color css

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

 a { background-color: rgb(182,144,135); }

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

border-color css

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

 span { border-color: rgb(182,144,135); }

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