Html Css Color HEX #B0928D Thatch

📋 copy color: '#B0928D'

red 176 ◦ green 146 ◦ blue 141

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

Shades of Thatch #B0928D

Tints of Thatch #B0928D

RGB

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

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

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

R = 38.01%
G = 31.53%
B = 30.45%

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

#B0928D (or 0xB0928D) is known color: Thatch. HEX triplet: B0, 92 and 8D. RGB value is (176,146,141). Sum of RGB (Red+Green+Blue) = 176+146+141=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0928D is #4F6D72. Grayscale: #9A9A9A. Windows color (decimal): -5205363 or 9278128. OLE color: 9278128.

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

Color convert

RGB 176 146 141 -
CMYK 0 0.17 0.20 0.31
HSL 8.57º 0.18% 0.62% -
HSV(B) 8.57º 0.2% 0.69% -
XYZ 32.99 31.71 29.58 -
YUV 154.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 176 146 141 0 0.17 0.20 0.31 8.57 0.18 0.62
Hex B0 92 8D 0 11 14 1F 9 12 3E
Octal 260 222 215 0 21 24 37 11 22 76
Binary 10110000 10010010 10001101 0 10001 10100 11111 1001 10010 111110

Color Harmonies of #B0928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0928D

Black with #B0928D

Text Example


Text Example

White with #B0928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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