Html Css Color HEX #B2918C Thatch

📋 copy color: '#B2918C'

red 178 ◦ green 145 ◦ blue 140

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

Shades of Thatch #B2918C

Tints of Thatch #B2918C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.32%

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

R = 38.44%
G = 31.32%
B = 30.24%

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

#B2918C (or 0xB2918C) is known color: Thatch. HEX triplet: B2, 91 and 8C. RGB value is (178,145,140). Sum of RGB (Red+Green+Blue) = 178+145+140=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2918C is #4D6E73. Grayscale: #9A9A9A. Windows color (decimal): -5074548 or 9212338. OLE color: 9212338.

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

Color convert

RGB 178 145 140 -
CMYK 0 0.19 0.21 0.30
HSL 7.89º 0.2% 0.62% -
HSV(B) 7.89º 0.21% 0.7% -
XYZ 33.22 31.61 29.16 -
YUV 154.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 178 145 140 0 0.19 0.21 0.30 7.89 0.2 0.62
Hex B2 91 8C 0 13 15 1E 8 14 3E
Octal 262 221 214 0 23 25 36 10 24 76
Binary 10110010 10010001 10001100 0 10011 10101 11110 1000 10100 111110

Color Harmonies of #B2918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2918C

Black with #B2918C

Text Example


Text Example

White with #B2918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2918C; }

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

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

background-color css

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

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

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

border-color css

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

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

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