Html Css Color HEX #B2908C Thatch

📋 copy color: '#B2908C'

red 178 ◦ green 144 ◦ blue 140

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

Shades of Thatch #B2908C

Tints of Thatch #B2908C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 38.53%
G = 31.17%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2908C (or 0xB2908C) is known color: Thatch. HEX triplet: B2, 90 and 8C. RGB value is (178,144,140). Sum of RGB (Red+Green+Blue) = 178+144+140=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B2908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2908C is #4D6F73. Grayscale: #999999. Windows color (decimal): -5074804 or 9212082. OLE color: 9212082.

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

Color convert

RGB 178 144 140 -
CMYK 0 0.19 0.21 0.30
HSL 6.32º 0.2% 0.62% -
HSV(B) 6.32º 0.21% 0.7% -
XYZ 33.07 31.3 29.11 -
YUV 153.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 178 144 140 0 0.19 0.21 0.30 6.32 0.2 0.62
Hex B2 90 8C 0 13 15 1E 6 14 3E
Octal 262 220 214 0 23 25 36 6 24 76
Binary 10110010 10010000 10001100 0 10011 10101 11110 110 10100 111110

Color Harmonies of #B2908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2908C

Black with #B2908C

Text Example


Text Example

White with #B2908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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