Html Css Color HEX #BA574B Flame Pea

📋 copy color: '#BA574B'

red 186 ◦ green 87 ◦ blue 75

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

Shades of Flame Pea #BA574B

Tints of Flame Pea #BA574B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25%

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

R = 53.45%
G = 25%
B = 21.55%

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

#BA574B (or 0xBA574B) is known color: Flame Pea. HEX triplet: BA, 57 and 4B. RGB value is (186,87,75). Sum of RGB (Red+Green+Blue) = 186+87+75=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA574B is #45A8B4. Grayscale: #737373. Windows color (decimal): -4565173 or 4937658. OLE color: 4937658.

HSL color Cylindrical-coordinate representation of color #BA574B: hue angle of 6.49º 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 #BA574B is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 87 75 -
CMYK 0 0.53 0.60 0.27
HSL 6.49º 0.45% 0.51% -
HSV(B) 6.49º 0.6% 0.73% -
XYZ 24.93 17.76 8.77 -
YUV 115.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 186 87 75 0 0.53 0.60 0.27 6.49 0.45 0.51
Hex BA 57 4B 0 35 3C 1B 6 2D 33
Octal 272 127 113 0 65 74 33 6 55 63
Binary 10111010 1010111 1001011 0 110101 111100 11011 110 101101 110011

Color Harmonies of #BA574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA574B

Black with #BA574B

Text Example


Text Example

White with #BA574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA574B; }

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

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

background-color css

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

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

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

border-color css

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

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

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