Html Css Color HEX #BA584B Flame Pea

📋 copy color: '#BA584B'

red 186 ◦ green 88 ◦ blue 75

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

Shades of Flame Pea #BA584B

Tints of Flame Pea #BA584B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 53.3%
G = 25.21%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA584B (or 0xBA584B) is known color: Flame Pea. HEX triplet: BA, 58 and 4B. RGB value is (186,88,75). Sum of RGB (Red+Green+Blue) = 186+88+75=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA584B is #45A7B4. Grayscale: #737373. Windows color (decimal): -4564917 or 4937914. OLE color: 4937914.

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

Color convert

RGB 186 88 75 -
CMYK 0 0.53 0.60 0.27
HSL 7.03º 0.45% 0.51% -
HSV(B) 7.03º 0.6% 0.73% -
XYZ 25.01 17.93 8.8 -
YUV 115.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 186 88 75 0 0.53 0.60 0.27 7.03 0.45 0.51
Hex BA 58 4B 0 35 3C 1B 7 2D 33
Octal 272 130 113 0 65 74 33 7 55 63
Binary 10111010 1011000 1001011 0 110101 111100 11011 111 101101 110011

Color Harmonies of #BA584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA584B

Black with #BA584B

Text Example


Text Example

White with #BA584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA584B; }

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

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

background-color css

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

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

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

border-color css

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

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

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