Html Css Color HEX #B0908B Thatch

📋 copy color: '#B0908B'

red 176 ◦ green 144 ◦ blue 139

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

Shades of Thatch #B0908B

Tints of Thatch #B0908B

RGB

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

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

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

R = 38.34%
G = 31.37%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0908B (or 0xB0908B) is known color: Thatch. HEX triplet: B0, 90 and 8B. RGB value is (176,144,139). Sum of RGB (Red+Green+Blue) = 176+144+139=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B0908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0908B is #4F6F74. Grayscale: #999999. Windows color (decimal): -5205877 or 9146544. OLE color: 9146544.

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

Color convert

RGB 176 144 139 -
CMYK 0 0.18 0.21 0.31
HSL 8.11º 0.19% 0.62% -
HSV(B) 8.11º 0.21% 0.69% -
XYZ 32.54 31.04 28.7 -
YUV 153 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 176 144 139 0 0.18 0.21 0.31 8.11 0.19 0.62
Hex B0 90 8B 0 12 15 1F 8 13 3E
Octal 260 220 213 0 22 25 37 10 23 76
Binary 10110000 10010000 10001011 0 10010 10101 11111 1000 10011 111110

Color Harmonies of #B0908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0908B

Black with #B0908B

Text Example


Text Example

White with #B0908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0908B; }

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

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

background-color css

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

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

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

border-color css

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

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

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