Html Css Color HEX #BA5D4B Flame Pea

📋 copy color: '#BA5D4B'

red 186 ◦ green 93 ◦ blue 75

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

Shades of Flame Pea #BA5D4B

Tints of Flame Pea #BA5D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 52.54%
G = 26.27%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA5D4B (or 0xBA5D4B) is known color: Flame Pea. HEX triplet: BA, 5D and 4B. RGB value is (186,93,75). Sum of RGB (Red+Green+Blue) = 186+93+75=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D4B is #45A2B4. Grayscale: #767676. Windows color (decimal): -4563637 or 4939194. OLE color: 4939194.

HSL color Cylindrical-coordinate representation of color #BA5D4B: hue angle of 9.73º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5D4B is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 75 -
CMYK 0 0.5 0.60 0.27
HSL 9.73º 0.45% 0.51% -
HSV(B) 9.73º 0.6% 0.73% -
XYZ 25.43 18.78 8.94 -
YUV 118.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 186 93 75 0 0.5 0.60 0.27 9.73 0.45 0.51
Hex BA 5D 4B 0 32 3C 1B A 2D 33
Octal 272 135 113 0 62 74 33 12 55 63
Binary 10111010 1011101 1001011 0 110010 111100 11011 1010 101101 110011

Color Harmonies of #BA5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D4B

Black with #BA5D4B

Text Example


Text Example

White with #BA5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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