Html Css Color HEX #B0918B Thatch

📋 copy color: '#B0918B'

red 176 ◦ green 145 ◦ blue 139

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

Shades of Thatch #B0918B

Tints of Thatch #B0918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.52%

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

R = 38.26%
G = 31.52%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0918B (or 0xB0918B) is known color: Thatch. HEX triplet: B0, 91 and 8B. RGB value is (176,145,139). Sum of RGB (Red+Green+Blue) = 176+145+139=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0918B is #4F6E74. Grayscale: #999999. Windows color (decimal): -5205621 or 9146800. OLE color: 9146800.

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

Color convert

RGB 176 145 139 -
CMYK 0 0.18 0.21 0.31
HSL 9.73º 0.19% 0.62% -
HSV(B) 9.73º 0.21% 0.69% -
XYZ 32.69 31.34 28.75 -
YUV 153.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 176 145 139 0 0.18 0.21 0.31 9.73 0.19 0.62
Hex B0 91 8B 0 12 15 1F A 13 3E
Octal 260 221 213 0 22 25 37 12 23 76
Binary 10110000 10010001 10001011 0 10010 10101 11111 1010 10011 111110

Color Harmonies of #B0918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0918B

Black with #B0918B

Text Example


Text Example

White with #B0918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0918B; }

 p { color: rgb(176,145,139); }

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

background-color css

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

 a { background-color: rgb(176,145,139); }

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

border-color css

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

 span { border-color: rgb(176,145,139); }

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