Html Css Color HEX #BA5E4C Flame Pea

📋 copy color: '#BA5E4C'

red 186 ◦ green 94 ◦ blue 76

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

Shades of Flame Pea #BA5E4C

Tints of Flame Pea #BA5E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.4%

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

R = 52.25%
G = 26.4%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA5E4C (or 0xBA5E4C) is known color: Flame Pea. HEX triplet: BA, 5E and 4C. RGB value is (186,94,76). Sum of RGB (Red+Green+Blue) = 186+94+76=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E4C is #45A1B3. Grayscale: #777777. Windows color (decimal): -4563380 or 5004986. OLE color: 5004986.

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

Color convert

RGB 186 94 76 -
CMYK 0 0.49 0.59 0.27
HSL 9.82º 0.44% 0.51% -
HSV(B) 9.82º 0.59% 0.73% -
XYZ 25.56 18.97 9.15 -
YUV 119.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 186 94 76 0 0.49 0.59 0.27 9.82 0.44 0.51
Hex BA 5E 4C 0 31 3B 1B A 2C 33
Octal 272 136 114 0 61 73 33 12 54 63
Binary 10111010 1011110 1001100 0 110001 111011 11011 1010 101100 110011

Color Harmonies of #BA5E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E4C

Black with #BA5E4C

Text Example


Text Example

White with #BA5E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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