Html Css Color HEX #BA5442 Flame Pea

📋 copy color: '#BA5442'

red 186 ◦ green 84 ◦ blue 66

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

Shades of Flame Pea #BA5442

Tints of Flame Pea #BA5442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25%

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 55.36%
G = 25%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA5442 (or 0xBA5442) is known color: Flame Pea. HEX triplet: BA, 54 and 42. RGB value is (186,84,66). Sum of RGB (Red+Green+Blue) = 186+84+66=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5442 is #45ABBD. Grayscale: #707070. Windows color (decimal): -4565950 or 4347066. OLE color: 4347066.

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

Color convert

RGB 186 84 66 -
CMYK 0 0.55 0.65 0.27
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.73% -
XYZ 24.4 17.17 7.18 -
YUV 112.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 186 84 66 0 0.55 0.65 0.27 9 0.48 0.49
Hex BA 54 42 0 37 41 1B 9 30 31
Octal 272 124 102 0 67 101 33 11 60 61
Binary 10111010 1010100 1000010 0 110111 1000001 11011 1001 110000 110001

Color Harmonies of #BA5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5442

Black with #BA5442

Text Example


Text Example

White with #BA5442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5442; }

 p { color: rgb(186,84,66); }

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

background-color css

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

 a { background-color: rgb(186,84,66); }

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

border-color css

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

 span { border-color: rgb(186,84,66); }

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