Html Css Color HEX #B85151 Chestnut

📋 copy color: '#B85151'

red 184 ◦ green 81 ◦ blue 81

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

Shades of Chestnut #B85151

Tints of Chestnut #B85151

RGB

 RED value IS 184 (72.27% from 255) = 53.18%

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 53.18%
G = 23.41%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B85151 (or 0xB85151) is known color: Chestnut. HEX triplet: B8, 51 and 51. RGB value is (184,81,81). Sum of RGB (Red+Green+Blue) = 184+81+81=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B85151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85151 is #47AEAE. Grayscale: #6F6F6F. Windows color (decimal): -4697775 or 5329336. OLE color: 5329336.

HSL color Cylindrical-coordinate representation of color #B85151: hue angle of 0º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85151 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 81 -
CMYK 0 0.56 0.56 0.28
HSL 0.42% 0.52% -
HSV(B) 0.56% 0.72% -
XYZ 24.19 16.67 9.73 -
YUV 111.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 184 81 81 0 0.56 0.56 0.28 0 0.42 0.52
Hex B8 51 51 0 38 38 1C 0 2A 34
Octal 270 121 121 0 70 70 34 0 52 64
Binary 10111000 1010001 1010001 0 111000 111000 11100 0 101010 110100

Color Harmonies of #B85151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85151

Black with #B85151

Text Example


Text Example

White with #B85151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85151; }

 p { color: rgb(184,81,81); }

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

background-color css

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

 a { background-color: rgb(184,81,81); }

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

border-color css

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

 span { border-color: rgb(184,81,81); }

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