Html Css Color HEX #B5928E Thatch

📋 copy color: '#B5928E'

red 181 ◦ green 146 ◦ blue 142

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

Shades of Thatch #B5928E

Tints of Thatch #B5928E

RGB

 RED value IS 181 (71.09% from 255) = 38.59%

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

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 38.59%
G = 31.13%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5928E (or 0xB5928E) is known color: Thatch. HEX triplet: B5, 92 and 8E. RGB value is (181,146,142). Sum of RGB (Red+Green+Blue) = 181+146+142=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5928E is #4A6D71. Grayscale: #9C9C9C. Windows color (decimal): -4877682 or 9343669. OLE color: 9343669.

HSL color Cylindrical-coordinate representation of color #B5928E: hue angle of 6.15º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5928E is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 146 142 -
CMYK 0 0.19 0.22 0.29
HSL 6.15º 0.21% 0.63% -
HSV(B) 6.15º 0.22% 0.71% -
XYZ 34.22 32.33 30.03 -
YUV 156.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 181 146 142 0 0.19 0.22 0.29 6.15 0.21 0.63
Hex B5 92 8E 0 13 16 1D 6 15 3F
Octal 265 222 216 0 23 26 35 6 25 77
Binary 10110101 10010010 10001110 0 10011 10110 11101 110 10101 111111

Color Harmonies of #B5928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5928E

Black with #B5928E

Text Example


Text Example

White with #B5928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5928E; }

 p { color: rgb(181,146,142); }

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

background-color css

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

 a { background-color: rgb(181,146,142); }

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

border-color css

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

 span { border-color: rgb(181,146,142); }

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