Html Css Color HEX #B2938B Thatch

📋 copy color: '#B2938B'

red 178 ◦ green 147 ◦ blue 139

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

Shades of Thatch #B2938B

Tints of Thatch #B2938B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 38.36%
G = 31.68%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2938B (or 0xB2938B) is known color: Thatch. HEX triplet: B2, 93 and 8B. RGB value is (178,147,139). Sum of RGB (Red+Green+Blue) = 178+147+139=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2938B is #4D6C74. Grayscale: #9B9B9B. Windows color (decimal): -5074037 or 9147314. OLE color: 9147314.

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

Color convert

RGB 178 147 139 -
CMYK 0 0.17 0.22 0.30
HSL 12.31º 0.2% 0.62% -
HSV(B) 12.31º 0.22% 0.7% -
XYZ 33.45 32.2 28.88 -
YUV 155.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 178 147 139 0 0.17 0.22 0.30 12.31 0.2 0.62
Hex B2 93 8B 0 11 16 1E C 14 3E
Octal 262 223 213 0 21 26 36 14 24 76
Binary 10110010 10010011 10001011 0 10001 10110 11110 1100 10100 111110

Color Harmonies of #B2938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2938B

Black with #B2938B

Text Example


Text Example

White with #B2938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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