Html Css Color HEX #B0938D Thatch

📋 copy color: '#B0938D'

red 176 ◦ green 147 ◦ blue 141

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

Shades of Thatch #B0938D

Tints of Thatch #B0938D

RGB

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

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

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

R = 37.93%
G = 31.68%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0938D (or 0xB0938D) is known color: Thatch. HEX triplet: B0, 93 and 8D. RGB value is (176,147,141). Sum of RGB (Red+Green+Blue) = 176+147+141=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0938D is #4F6C72. Grayscale: #9B9B9B. Windows color (decimal): -5205107 or 9278384. OLE color: 9278384.

HSL color Cylindrical-coordinate representation of color #B0938D: hue angle of 10.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0938D is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 141 -
CMYK 0 0.16 0.20 0.31
HSL 10.29º 0.18% 0.62% -
HSV(B) 10.29º 0.2% 0.69% -
XYZ 33.15 32.02 29.63 -
YUV 154.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 176 147 141 0 0.16 0.20 0.31 10.29 0.18 0.62
Hex B0 93 8D 0 10 14 1F A 12 3E
Octal 260 223 215 0 20 24 37 12 22 76
Binary 10110000 10010011 10001101 0 10000 10100 11111 1010 10010 111110

Color Harmonies of #B0938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0938D

Black with #B0938D

Text Example


Text Example

White with #B0938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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