Html Css Color HEX #B0908A Thatch

📋 copy color: '#B0908A'

red 176 ◦ green 144 ◦ blue 138

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

Shades of Thatch #B0908A

Tints of Thatch #B0908A

RGB

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

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

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

R = 38.43%
G = 31.44%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0908A (or 0xB0908A) is known color: Thatch. HEX triplet: B0, 90 and 8A. RGB value is (176,144,138). Sum of RGB (Red+Green+Blue) = 176+144+138=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B0908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0908A is #4F6F75. Grayscale: #989898. Windows color (decimal): -5205878 or 9081008. OLE color: 9081008.

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

Color convert

RGB 176 144 138 -
CMYK 0 0.18 0.22 0.31
HSL 9.47º 0.19% 0.62% -
HSV(B) 9.47º 0.22% 0.69% -
XYZ 32.47 31.01 28.32 -
YUV 152.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 176 144 138 0 0.18 0.22 0.31 9.47 0.19 0.62
Hex B0 90 8A 0 12 16 1F 9 13 3E
Octal 260 220 212 0 22 26 37 11 23 76
Binary 10110000 10010000 10001010 0 10010 10110 11111 1001 10011 111110

Color Harmonies of #B0908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0908A

Black with #B0908A

Text Example


Text Example

White with #B0908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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