Html Css Color HEX #BA584C Flame Pea

📋 copy color: '#BA584C'

red 186 ◦ green 88 ◦ blue 76

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

Shades of Flame Pea #BA584C

Tints of Flame Pea #BA584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 53.14%
G = 25.14%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA584C (or 0xBA584C) is known color: Flame Pea. HEX triplet: BA, 58 and 4C. RGB value is (186,88,76). Sum of RGB (Red+Green+Blue) = 186+88+76=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA584C is #45A7B3. Grayscale: #747474. Windows color (decimal): -4564916 or 5003450. OLE color: 5003450.

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

Color convert

RGB 186 88 76 -
CMYK 0 0.53 0.59 0.27
HSL 6.55º 0.44% 0.51% -
HSV(B) 6.55º 0.59% 0.73% -
XYZ 25.04 17.94 8.98 -
YUV 115.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 186 88 76 0 0.53 0.59 0.27 6.55 0.44 0.51
Hex BA 58 4C 0 35 3B 1B 7 2C 33
Octal 272 130 114 0 65 73 33 7 54 63
Binary 10111010 1011000 1001100 0 110101 111011 11011 111 101100 110011

Color Harmonies of #BA584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA584C

Black with #BA584C

Text Example


Text Example

White with #BA584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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