Html Css Color HEX #BA6453 Flame Pea

📋 copy color: '#BA6453'

red 186 ◦ green 100 ◦ blue 83

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

Shades of Flame Pea #BA6453

Tints of Flame Pea #BA6453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.1%

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

R = 50.41%
G = 27.1%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA6453 (or 0xBA6453) is known color: Flame Pea. HEX triplet: BA, 64 and 53. RGB value is (186,100,83). Sum of RGB (Red+Green+Blue) = 186+100+83=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6453 is #459BAC. Grayscale: #7B7B7B. Windows color (decimal): -4561837 or 5465274. OLE color: 5465274.

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

Color convert

RGB 186 100 83 -
CMYK 0 0.46 0.55 0.27
HSL 9.9º 0.43% 0.53% -
HSV(B) 9.9º 0.55% 0.73% -
XYZ 26.37 20.18 10.69 -
YUV 123.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 186 100 83 0 0.46 0.55 0.27 9.9 0.43 0.53
Hex BA 64 53 0 2E 37 1B A 2B 35
Octal 272 144 123 0 56 67 33 12 53 65
Binary 10111010 1100100 1010011 0 101110 110111 11011 1010 101011 110101

Color Harmonies of #BA6453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6453

Black with #BA6453

Text Example


Text Example

White with #BA6453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6453; }

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

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

background-color css

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

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

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

border-color css

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

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

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