Html Css Color HEX #BA6253 Flame Pea

📋 copy color: '#BA6253'

red 186 ◦ green 98 ◦ blue 83

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

Shades of Flame Pea #BA6253

Tints of Flame Pea #BA6253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.7%

 BLUE value IS 83 (32.81% from 255) = 22.62%

R = 50.68%
G = 26.7%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA6253 (or 0xBA6253) is known color: Flame Pea. HEX triplet: BA, 62 and 53. RGB value is (186,98,83). Sum of RGB (Red+Green+Blue) = 186+98+83=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6253 is #459DAC. Grayscale: #7A7A7A. Windows color (decimal): -4562349 or 5464762. OLE color: 5464762.

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

Color convert

RGB 186 98 83 -
CMYK 0 0.47 0.55 0.27
HSL 8.74º 0.43% 0.53% -
HSV(B) 8.74º 0.55% 0.73% -
XYZ 26.18 19.8 10.63 -
YUV 122.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 186 98 83 0 0.47 0.55 0.27 8.74 0.43 0.53
Hex BA 62 53 0 2F 37 1B 9 2B 35
Octal 272 142 123 0 57 67 33 11 53 65
Binary 10111010 1100010 1010011 0 101111 110111 11011 1001 101011 110101

Color Harmonies of #BA6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6253

Black with #BA6253

Text Example


Text Example

White with #BA6253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6253; }

 p { color: rgb(186,98,83); }

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

background-color css

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

 a { background-color: rgb(186,98,83); }

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

border-color css

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

 span { border-color: rgb(186,98,83); }

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