Html Css Color HEX #B2958D Thatch

📋 copy color: '#B2958D'

red 178 ◦ green 149 ◦ blue 141

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

Shades of Thatch #B2958D

Tints of Thatch #B2958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.84%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 38.03%
G = 31.84%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2958D (or 0xB2958D) is known color: Thatch. HEX triplet: B2, 95 and 8D. RGB value is (178,149,141). Sum of RGB (Red+Green+Blue) = 178+149+141=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2958D is #4D6A72. Grayscale: #9C9C9C. Windows color (decimal): -5073523 or 9278898. OLE color: 9278898.

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

Color convert

RGB 178 149 141 -
CMYK 0 0.16 0.21 0.30
HSL 12.97º 0.19% 0.63% -
HSV(B) 12.97º 0.21% 0.7% -
XYZ 33.92 32.88 29.76 -
YUV 156.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 178 149 141 0 0.16 0.21 0.30 12.97 0.19 0.63
Hex B2 95 8D 0 10 15 1E D 13 3F
Octal 262 225 215 0 20 25 36 15 23 77
Binary 10110010 10010101 10001101 0 10000 10101 11110 1101 10011 111111

Color Harmonies of #B2958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2958D

Black with #B2958D

Text Example


Text Example

White with #B2958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2958D; }

 p { color: rgb(178,149,141); }

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

background-color css

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

 a { background-color: rgb(178,149,141); }

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

border-color css

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

 span { border-color: rgb(178,149,141); }

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