Html Css Color HEX #B2938E Thatch

📋 copy color: '#B2938E'

red 178 ◦ green 147 ◦ blue 142

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

Shades of Thatch #B2938E

Tints of Thatch #B2938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.48%

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

R = 38.12%
G = 31.48%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2938E (or 0xB2938E) is known color: Thatch. HEX triplet: B2, 93 and 8E. RGB value is (178,147,142). Sum of RGB (Red+Green+Blue) = 178+147+142=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2938E is #4D6C71. Grayscale: #9B9B9B. Windows color (decimal): -5074034 or 9343922. OLE color: 9343922.

HSL color Cylindrical-coordinate representation of color #B2938E: hue angle of 8.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 #B2938E is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 147 142 -
CMYK 0 0.17 0.20 0.30
HSL 8.33º 0.19% 0.63% -
HSV(B) 8.33º 0.2% 0.7% -
XYZ 33.68 32.29 30.05 -
YUV 155.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 178 147 142 0 0.17 0.20 0.30 8.33 0.19 0.63
Hex B2 93 8E 0 11 14 1E 8 13 3F
Octal 262 223 216 0 21 24 36 10 23 77
Binary 10110010 10010011 10001110 0 10001 10100 11110 1000 10011 111111

Color Harmonies of #B2938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2938E

Black with #B2938E

Text Example


Text Example

White with #B2938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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