Html Css Color HEX #BA584D Flame Pea

📋 copy color: '#BA584D'

red 186 ◦ green 88 ◦ blue 77

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

Shades of Flame Pea #BA584D

Tints of Flame Pea #BA584D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 52.99%
G = 25.07%
B = 21.94%

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

#BA584D (or 0xBA584D) is known color: Flame Pea. HEX triplet: BA, 58 and 4D. RGB value is (186,88,77). Sum of RGB (Red+Green+Blue) = 186+88+77=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA584D is #45A7B2. Grayscale: #747474. Windows color (decimal): -4564915 or 5068986. OLE color: 5068986.

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

Color convert

RGB 186 88 77 -
CMYK 0 0.53 0.59 0.27
HSL 6.06º 0.44% 0.52% -
HSV(B) 6.06º 0.59% 0.73% -
XYZ 25.08 17.95 9.16 -
YUV 116.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 186 88 77 0 0.53 0.59 0.27 6.06 0.44 0.52
Hex BA 58 4D 0 35 3B 1B 6 2C 34
Octal 272 130 115 0 65 73 33 6 54 64
Binary 10111010 1011000 1001101 0 110101 111011 11011 110 101100 110100

Color Harmonies of #BA584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA584D

Black with #BA584D

Text Example


Text Example

White with #BA584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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