Html Css Color HEX #BA5D42 Flame Pea

📋 copy color: '#BA5D42'

red 186 ◦ green 93 ◦ blue 66

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

Shades of Flame Pea #BA5D42

Tints of Flame Pea #BA5D42

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

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

R = 53.91%
G = 26.96%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA5D42 (or 0xBA5D42) is known color: Flame Pea. HEX triplet: BA, 5D and 42. RGB value is (186,93,66). Sum of RGB (Red+Green+Blue) = 186+93+66=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D42 is #45A2BD. Grayscale: #757575. Windows color (decimal): -4563646 or 4349370. OLE color: 4349370.

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

Color convert

RGB 186 93 66 -
CMYK 0 0.5 0.65 0.27
HSL 13.5º 0.48% 0.49% -
HSV(B) 13.5º 0.65% 0.73% -
XYZ 25.15 18.66 7.43 -
YUV 117.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 186 93 66 0 0.5 0.65 0.27 13.5 0.48 0.49
Hex BA 5D 42 0 32 41 1B E 30 31
Octal 272 135 102 0 62 101 33 16 60 61
Binary 10111010 1011101 1000010 0 110010 1000001 11011 1110 110000 110001

Color Harmonies of #BA5D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D42

Black with #BA5D42

Text Example


Text Example

White with #BA5D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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