Html Css Color HEX #BA5850 Sunset

📋 copy color: '#BA5850'

red 186 ◦ green 88 ◦ blue 80

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

Shades of Sunset #BA5850

Tints of Sunset #BA5850

RGB

 RED value IS 186 (73.05% from 255) = 52.54%

 GREEN value IS 88 (34.77% from 255) = 24.86%

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

R = 52.54%
G = 24.86%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA5850 (or 0xBA5850) is known color: Sunset. HEX triplet: BA, 58 and 50. RGB value is (186,88,80). Sum of RGB (Red+Green+Blue) = 186+88+80=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5850 is #45A7AF. Grayscale: #747474. Windows color (decimal): -4564912 or 5265594. OLE color: 5265594.

HSL color Cylindrical-coordinate representation of color #BA5850: hue angle of 4.53º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5850 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 88 80 -
CMYK 0 0.53 0.57 0.27
HSL 4.53º 0.43% 0.52% -
HSV(B) 4.53º 0.57% 0.73% -
XYZ 25.19 18 9.74 -
YUV 116.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 186 88 80 0 0.53 0.57 0.27 4.53 0.43 0.52
Hex BA 58 50 0 35 39 1B 5 2B 34
Octal 272 130 120 0 65 71 33 5 53 64
Binary 10111010 1011000 1010000 0 110101 111001 11011 101 101011 110100

Color Harmonies of #BA5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5850

Black with #BA5850

Text Example


Text Example

White with #BA5850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5850; }

 p { color: rgb(186,88,80); }

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

background-color css

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

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

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

border-color css

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

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

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