Html Css Color HEX #B2938F Thatch

📋 copy color: '#B2938F'

red 178 ◦ green 147 ◦ blue 143

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

Shades of Thatch #B2938F

Tints of Thatch #B2938F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 38.03%
G = 31.41%
B = 30.56%

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

#B2938F (or 0xB2938F) is known color: Thatch. HEX triplet: B2, 93 and 8F. RGB value is (178,147,143). Sum of RGB (Red+Green+Blue) = 178+147+143=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2938F is #4D6C70. Grayscale: #9B9B9B. Windows color (decimal): -5074033 or 9409458. OLE color: 9409458.

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

Color convert

RGB 178 147 143 -
CMYK 0 0.17 0.20 0.30
HSL 6.86º 0.19% 0.63% -
HSV(B) 6.86º 0.2% 0.7% -
XYZ 33.75 32.32 30.45 -
YUV 155.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 178 147 143 0 0.17 0.20 0.30 6.86 0.19 0.63
Hex B2 93 8F 0 11 14 1E 7 13 3F
Octal 262 223 217 0 21 24 36 7 23 77
Binary 10110010 10010011 10001111 0 10001 10100 11110 111 10011 111111

Color Harmonies of #B2938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2938F

Black with #B2938F

Text Example


Text Example

White with #B2938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2938F; }

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

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

background-color css

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

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

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

border-color css

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

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

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