Html Css Color HEX #B08F8B Thatch

📋 copy color: '#B08F8B'

red 176 ◦ green 143 ◦ blue 139

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

Shades of Thatch #B08F8B

Tints of Thatch #B08F8B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.22%

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 38.43%
G = 31.22%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B08F8B (or 0xB08F8B) is known color: Thatch. HEX triplet: B0, 8F and 8B. RGB value is (176,143,139). Sum of RGB (Red+Green+Blue) = 176+143+139=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F8B is #4F7074. Grayscale: #989898. Windows color (decimal): -5206133 or 9146288. OLE color: 9146288.

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

Color convert

RGB 176 143 139 -
CMYK 0 0.19 0.21 0.31
HSL 6.49º 0.19% 0.62% -
HSV(B) 6.49º 0.21% 0.69% -
XYZ 32.39 30.74 28.65 -
YUV 152.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 176 143 139 0 0.19 0.21 0.31 6.49 0.19 0.62
Hex B0 8F 8B 0 13 15 1F 6 13 3E
Octal 260 217 213 0 23 25 37 6 23 76
Binary 10110000 10001111 10001011 0 10011 10101 11111 110 10011 111110

Color Harmonies of #B08F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F8B

Black with #B08F8B

Text Example


Text Example

White with #B08F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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