Html Css Color HEX #B2938A Thatch

📋 copy color: '#B2938A'

red 178 ◦ green 147 ◦ blue 138

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

Shades of Thatch #B2938A

Tints of Thatch #B2938A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 38.44%
G = 31.75%
B = 29.81%

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

#B2938A (or 0xB2938A) is known color: Thatch. HEX triplet: B2, 93 and 8A. RGB value is (178,147,138). Sum of RGB (Red+Green+Blue) = 178+147+138=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2938A is #4D6C75. Grayscale: #9B9B9B. Windows color (decimal): -5074038 or 9081778. OLE color: 9081778.

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

Color convert

RGB 178 147 138 -
CMYK 0 0.17 0.22 0.30
HSL 13.5º 0.21% 0.62% -
HSV(B) 13.5º 0.22% 0.7% -
XYZ 33.38 32.17 28.49 -
YUV 155.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 178 147 138 0 0.17 0.22 0.30 13.5 0.21 0.62
Hex B2 93 8A 0 11 16 1E E 15 3E
Octal 262 223 212 0 21 26 36 16 25 76
Binary 10110010 10010011 10001010 0 10001 10110 11110 1110 10101 111110

Color Harmonies of #B2938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2938A

Black with #B2938A

Text Example


Text Example

White with #B2938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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