Html Css Color HEX #B0938F Thatch

📋 copy color: '#B0938F'

red 176 ◦ green 147 ◦ blue 143

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

Shades of Thatch #B0938F

Tints of Thatch #B0938F

RGB

 RED value IS 176 (69.14% from 255) = 37.77%

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

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

R = 37.77%
G = 31.55%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0938F (or 0xB0938F) is known color: Thatch. HEX triplet: B0, 93 and 8F. RGB value is (176,147,143). Sum of RGB (Red+Green+Blue) = 176+147+143=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0938F is #4F6C70. Grayscale: #9B9B9B. Windows color (decimal): -5205105 or 9409456. OLE color: 9409456.

HSL color Cylindrical-coordinate representation of color #B0938F: hue angle of 7.27º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0938F is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 143 -
CMYK 0 0.16 0.19 0.31
HSL 7.27º 0.17% 0.63% -
HSV(B) 7.27º 0.19% 0.69% -
XYZ 33.3 32.08 30.42 -
YUV 155.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 176 147 143 0 0.16 0.19 0.31 7.27 0.17 0.63
Hex B0 93 8F 0 10 13 1F 7 11 3F
Octal 260 223 217 0 20 23 37 7 21 77
Binary 10110000 10010011 10001111 0 10000 10011 11111 111 10001 111111

Color Harmonies of #B0938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0938F

Black with #B0938F

Text Example


Text Example

White with #B0938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0938F; }

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

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

background-color css

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

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

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

border-color css

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

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

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