Html Css Color HEX #BA584E Sunset

📋 copy color: '#BA584E'

red 186 ◦ green 88 ◦ blue 78

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

Shades of Sunset #BA584E

Tints of Sunset #BA584E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.16%

R = 52.84%
G = 25%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA584E (or 0xBA584E) is known color: Sunset. HEX triplet: BA, 58 and 4E. RGB value is (186,88,78). Sum of RGB (Red+Green+Blue) = 186+88+78=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA584E is #45A7B1. Grayscale: #747474. Windows color (decimal): -4564914 or 5134522. OLE color: 5134522.

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

Color convert

RGB 186 88 78 -
CMYK 0 0.53 0.58 0.27
HSL 5.56º 0.44% 0.52% -
HSV(B) 5.56º 0.58% 0.73% -
XYZ 25.11 17.97 9.35 -
YUV 116.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 186 88 78 0 0.53 0.58 0.27 5.56 0.44 0.52
Hex BA 58 4E 0 35 3A 1B 6 2C 34
Octal 272 130 116 0 65 72 33 6 54 64
Binary 10111010 1011000 1001110 0 110101 111010 11011 110 101100 110100

Color Harmonies of #BA584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA584E

Black with #BA584E

Text Example


Text Example

White with #BA584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA584E; }

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

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

background-color css

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

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

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

border-color css

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

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

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