Html Css Color HEX #BA5E4D Flame Pea

📋 copy color: '#BA5E4D'

red 186 ◦ green 94 ◦ blue 77

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

Shades of Flame Pea #BA5E4D

Tints of Flame Pea #BA5E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 52.1%
G = 26.33%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA5E4D (or 0xBA5E4D) is known color: Flame Pea. HEX triplet: BA, 5E and 4D. RGB value is (186,94,77). Sum of RGB (Red+Green+Blue) = 186+94+77=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E4D is #45A1B2. Grayscale: #777777. Windows color (decimal): -4563379 or 5070522. OLE color: 5070522.

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

Color convert

RGB 186 94 77 -
CMYK 0 0.49 0.59 0.27
HSL 9.36º 0.44% 0.52% -
HSV(B) 9.36º 0.59% 0.73% -
XYZ 25.59 18.98 9.34 -
YUV 119.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 186 94 77 0 0.49 0.59 0.27 9.36 0.44 0.52
Hex BA 5E 4D 0 31 3B 1B 9 2C 34
Octal 272 136 115 0 61 73 33 11 54 64
Binary 10111010 1011110 1001101 0 110001 111011 11011 1001 101100 110100

Color Harmonies of #BA5E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E4D

Black with #BA5E4D

Text Example


Text Example

White with #BA5E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E4D; }

 p { color: rgb(186,94,77); }

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

background-color css

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

 a { background-color: rgb(186,94,77); }

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

border-color css

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

 span { border-color: rgb(186,94,77); }

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