Html Css Color HEX #B85050 Chestnut

📋 copy color: '#B85050'

red 184 ◦ green 80 ◦ blue 80

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

Shades of Chestnut #B85050

Tints of Chestnut #B85050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 53.49%
G = 23.26%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B85050 (or 0xB85050) is known color: Chestnut. HEX triplet: B8, 50 and 50. RGB value is (184,80,80). Sum of RGB (Red+Green+Blue) = 184+80+80=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B85050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85050 is #47AFAF. Grayscale: #6F6F6F. Windows color (decimal): -4698032 or 5263544. OLE color: 5263544.

HSL color Cylindrical-coordinate representation of color #B85050: 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.57%. Process color model (Four color, CMYK) of #B85050 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 80 -
CMYK 0 0.57 0.57 0.28
HSL 0.42% 0.52% -
HSV(B) 0.57% 0.72% -
XYZ 24.08 16.51 9.51 -
YUV 111.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 184 80 80 0 0.57 0.57 0.28 0 0.42 0.52
Hex B8 50 50 0 39 39 1C 0 2A 34
Octal 270 120 120 0 71 71 34 0 52 64
Binary 10111000 1010000 1010000 0 111001 111001 11100 0 101010 110100

Color Harmonies of #B85050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85050

Black with #B85050

Text Example


Text Example

White with #B85050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85050; }

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

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

background-color css

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

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

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

border-color css

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

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

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