Html Css Color HEX #BA5F46 Flame Pea

📋 copy color: '#BA5F46'

red 186 ◦ green 95 ◦ blue 70

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

Shades of Flame Pea #BA5F46

Tints of Flame Pea #BA5F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 52.99%
G = 27.07%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA5F46 (or 0xBA5F46) is known color: Flame Pea. HEX triplet: BA, 5F and 46. RGB value is (186,95,70). Sum of RGB (Red+Green+Blue) = 186+95+70=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F46 is #45A0B9. Grayscale: #777777. Windows color (decimal): -4563130 or 4612026. OLE color: 4612026.

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

Color convert

RGB 186 95 70 -
CMYK 0 0.49 0.62 0.27
HSL 12.93º 0.46% 0.5% -
HSV(B) 12.93º 0.62% 0.73% -
XYZ 25.45 19.07 8.13 -
YUV 119.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 186 95 70 0 0.49 0.62 0.27 12.93 0.46 0.5
Hex BA 5F 46 0 31 3E 1B D 2E 32
Octal 272 137 106 0 61 76 33 15 56 62
Binary 10111010 1011111 1000110 0 110001 111110 11011 1101 101110 110010

Color Harmonies of #BA5F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F46

Black with #BA5F46

Text Example


Text Example

White with #BA5F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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