Html Css Color HEX #B85450 Chestnut

📋 copy color: '#B85450'

red 184 ◦ green 84 ◦ blue 80

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

Shades of Chestnut #B85450

Tints of Chestnut #B85450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

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

R = 52.87%
G = 24.14%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B85450 (or 0xB85450) is known color: Chestnut. HEX triplet: B8, 54 and 50. RGB value is (184,84,80). Sum of RGB (Red+Green+Blue) = 184+84+80=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B85450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85450 is #47ABAF. Grayscale: #717171. Windows color (decimal): -4697008 or 5264568. OLE color: 5264568.

HSL color Cylindrical-coordinate representation of color #B85450: hue angle of 2.31º 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 #B85450 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 80 -
CMYK 0 0.54 0.57 0.28
HSL 2.31º 0.42% 0.52% -
HSV(B) 2.31º 0.57% 0.72% -
XYZ 24.39 17.11 9.61 -
YUV 113.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 184 84 80 0 0.54 0.57 0.28 2.31 0.42 0.52
Hex B8 54 50 0 36 39 1C 2 2A 34
Octal 270 124 120 0 66 71 34 2 52 64
Binary 10111000 1010100 1010000 0 110110 111001 11100 10 101010 110100

Color Harmonies of #B85450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85450

Black with #B85450

Text Example


Text Example

White with #B85450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85450; }

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

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

background-color css

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

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

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

border-color css

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

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

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