Html Css Color HEX #B08B88 Thatch

📋 copy color: '#B08B88'

red 176 ◦ green 139 ◦ blue 136

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

Shades of Thatch #B08B88

Tints of Thatch #B08B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.82%

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 39.02%
G = 30.82%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B08B88 (or 0xB08B88) is known color: Thatch. HEX triplet: B0, 8B and 88. RGB value is (176,139,136). Sum of RGB (Red+Green+Blue) = 176+139+136=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B88 is #4F7477. Grayscale: #959595. Windows color (decimal): -5207160 or 8948656. OLE color: 8948656.

HSL color Cylindrical-coordinate representation of color #B08B88: hue angle of 4.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08B88 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 139 136 -
CMYK 0 0.21 0.23 0.31
HSL 4.5º 0.2% 0.61% -
HSV(B) 4.5º 0.23% 0.69% -
XYZ 31.58 29.47 27.32 -
YUV 149.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 176 139 136 0 0.21 0.23 0.31 4.5 0.2 0.61
Hex B0 8B 88 0 15 17 1F 4 14 3D
Octal 260 213 210 0 25 27 37 4 24 75
Binary 10110000 10001011 10001000 0 10101 10111 11111 100 10100 111101

Color Harmonies of #B08B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08B88

Black with #B08B88

Text Example


Text Example

White with #B08B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08B88; }

 p { color: rgb(176,139,136); }

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

background-color css

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

 a { background-color: rgb(176,139,136); }

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

border-color css

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

 span { border-color: rgb(176,139,136); }

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