Html Css Color HEX #B2938D Thatch

📋 copy color: '#B2938D'

red 178 ◦ green 147 ◦ blue 141

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

Shades of Thatch #B2938D

Tints of Thatch #B2938D

RGB

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

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

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

R = 38.2%
G = 31.55%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2938D (or 0xB2938D) is known color: Thatch. HEX triplet: B2, 93 and 8D. RGB value is (178,147,141). Sum of RGB (Red+Green+Blue) = 178+147+141=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2938D is #4D6C72. Grayscale: #9B9B9B. Windows color (decimal): -5074035 or 9278386. OLE color: 9278386.

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

Color convert

RGB 178 147 141 -
CMYK 0 0.17 0.21 0.30
HSL 9.73º 0.19% 0.63% -
HSV(B) 9.73º 0.21% 0.7% -
XYZ 33.6 32.26 29.65 -
YUV 155.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 178 147 141 0 0.17 0.21 0.30 9.73 0.19 0.63
Hex B2 93 8D 0 11 15 1E A 13 3F
Octal 262 223 215 0 21 25 36 12 23 77
Binary 10110010 10010011 10001101 0 10001 10101 11110 1010 10011 111111

Color Harmonies of #B2938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2938D

Black with #B2938D

Text Example


Text Example

White with #B2938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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