Html Css Color HEX #B08C8A Thatch

📋 copy color: '#B08C8A'

red 176 ◦ green 140 ◦ blue 138

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

Shades of Thatch #B08C8A

Tints of Thatch #B08C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.84%

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 38.77%
G = 30.84%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B08C8A (or 0xB08C8A) is known color: Thatch. HEX triplet: B0, 8C and 8A. RGB value is (176,140,138). Sum of RGB (Red+Green+Blue) = 176+140+138=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08C8A is #4F7375. Grayscale: #969696. Windows color (decimal): -5206902 or 9079984. OLE color: 9079984.

HSL color Cylindrical-coordinate representation of color #B08C8A: hue angle of 3.16º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08C8A is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 140 138 -
CMYK 0 0.20 0.22 0.31
HSL 3.16º 0.19% 0.62% -
HSV(B) 3.16º 0.22% 0.69% -
XYZ 31.87 29.82 28.12 -
YUV 150.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 176 140 138 0 0.20 0.22 0.31 3.16 0.19 0.62
Hex B0 8C 8A 0 14 16 1F 3 13 3E
Octal 260 214 212 0 24 26 37 3 23 76
Binary 10110000 10001100 10001010 0 10100 10110 11111 11 10011 111110

Color Harmonies of #B08C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C8A

Black with #B08C8A

Text Example


Text Example

White with #B08C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C8A; }

 p { color: rgb(176,140,138); }

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

background-color css

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

 a { background-color: rgb(176,140,138); }

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

border-color css

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

 span { border-color: rgb(176,140,138); }

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