Html Css Color HEX #B85650 Sunset

📋 copy color: '#B85650'

red 184 ◦ green 86 ◦ blue 80

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

Shades of Sunset #B85650

Tints of Sunset #B85650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

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

R = 52.57%
G = 24.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B85650 (or 0xB85650) is known color: Sunset. HEX triplet: B8, 56 and 50. RGB value is (184,86,80). Sum of RGB (Red+Green+Blue) = 184+86+80=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B85650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85650 is #47A9AF. Grayscale: #727272. Windows color (decimal): -4696496 or 5265080. OLE color: 5265080.

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

Color convert

RGB 184 86 80 -
CMYK 0 0.53 0.57 0.28
HSL 3.46º 0.42% 0.52% -
HSV(B) 3.46º 0.57% 0.72% -
XYZ 24.54 17.43 9.66 -
YUV 114.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 184 86 80 0 0.53 0.57 0.28 3.46 0.42 0.52
Hex B8 56 50 0 35 39 1C 3 2A 34
Octal 270 126 120 0 65 71 34 3 52 64
Binary 10111000 1010110 1010000 0 110101 111001 11100 11 101010 110100

Color Harmonies of #B85650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85650

Black with #B85650

Text Example


Text Example

White with #B85650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85650; }

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

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

background-color css

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

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

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

border-color css

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

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

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