Html Css Color HEX #B0928C Thatch

📋 copy color: '#B0928C'

red 176 ◦ green 146 ◦ blue 140

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

Shades of Thatch #B0928C

Tints of Thatch #B0928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.6%

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 38.1%
G = 31.6%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0928C (or 0xB0928C) is known color: Thatch. HEX triplet: B0, 92 and 8C. RGB value is (176,146,140). Sum of RGB (Red+Green+Blue) = 176+146+140=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0928C is #4F6D73. Grayscale: #9A9A9A. Windows color (decimal): -5205364 or 9212592. OLE color: 9212592.

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

Color convert

RGB 176 146 140 -
CMYK 0 0.17 0.20 0.31
HSL 10º 0.19% 0.62% -
HSV(B) 10º 0.2% 0.69% -
XYZ 32.92 31.68 29.19 -
YUV 154.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 176 146 140 0 0.17 0.20 0.31 10 0.19 0.62
Hex B0 92 8C 0 11 14 1F A 13 3E
Octal 260 222 214 0 21 24 37 12 23 76
Binary 10110000 10010010 10001100 0 10001 10100 11111 1010 10011 111110

Color Harmonies of #B0928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0928C

Black with #B0928C

Text Example


Text Example

White with #B0928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0928C; }

 p { color: rgb(176,146,140); }

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

background-color css

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

 a { background-color: rgb(176,146,140); }

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

border-color css

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

 span { border-color: rgb(176,146,140); }

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