Html Css Color HEX #BA5F42 Flame Pea

📋 copy color: '#BA5F42'

red 186 ◦ green 95 ◦ blue 66

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

Shades of Flame Pea #BA5F42

Tints of Flame Pea #BA5F42

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

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

R = 53.6%
G = 27.38%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA5F42 (or 0xBA5F42) is known color: Flame Pea. HEX triplet: BA, 5F and 42. RGB value is (186,95,66). Sum of RGB (Red+Green+Blue) = 186+95+66=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F42 is #45A0BD. Grayscale: #777777. Windows color (decimal): -4563134 or 4349882. OLE color: 4349882.

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

Color convert

RGB 186 95 66 -
CMYK 0 0.49 0.65 0.27
HSL 14.5º 0.48% 0.49% -
HSV(B) 14.5º 0.65% 0.73% -
XYZ 25.33 19.02 7.49 -
YUV 118.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 186 95 66 0 0.49 0.65 0.27 14.5 0.48 0.49
Hex BA 5F 42 0 31 41 1B E 30 31
Octal 272 137 102 0 61 101 33 16 60 61
Binary 10111010 1011111 1000010 0 110001 1000001 11011 1110 110000 110001

Color Harmonies of #BA5F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F42

Black with #BA5F42

Text Example


Text Example

White with #BA5F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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