Html Css Color HEX #B2908E Thatch

📋 copy color: '#B2908E'

red 178 ◦ green 144 ◦ blue 142

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

Shades of Thatch #B2908E

Tints of Thatch #B2908E

RGB

 RED value IS 178 (69.92% from 255) = 38.36%

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

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 38.36%
G = 31.03%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2908E (or 0xB2908E) is known color: Thatch. HEX triplet: B2, 90 and 8E. RGB value is (178,144,142). Sum of RGB (Red+Green+Blue) = 178+144+142=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2908E is #4D6F71. Grayscale: #999999. Windows color (decimal): -5074802 or 9343154. OLE color: 9343154.

HSL color Cylindrical-coordinate representation of color #B2908E: hue angle of 3.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2908E is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 142 -
CMYK 0 0.19 0.20 0.30
HSL 3.33º 0.19% 0.63% -
HSV(B) 3.33º 0.2% 0.7% -
XYZ 33.22 31.36 29.89 -
YUV 153.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 178 144 142 0 0.19 0.20 0.30 3.33 0.19 0.63
Hex B2 90 8E 0 13 14 1E 3 13 3F
Octal 262 220 216 0 23 24 36 3 23 77
Binary 10110010 10010000 10001110 0 10011 10100 11110 11 10011 111111

Color Harmonies of #B2908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2908E

Black with #B2908E

Text Example


Text Example

White with #B2908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2908E; }

 p { color: rgb(178,144,142); }

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

background-color css

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

 a { background-color: rgb(178,144,142); }

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

border-color css

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

 span { border-color: rgb(178,144,142); }

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