Html Css Color HEX #BA6152 Flame Pea

📋 copy color: '#BA6152'

red 186 ◦ green 97 ◦ blue 82

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

Shades of Flame Pea #BA6152

Tints of Flame Pea #BA6152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.58%

 BLUE value IS 82 (32.42% from 255) = 22.47%

R = 50.96%
G = 26.58%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA6152 (or 0xBA6152) is known color: Flame Pea. HEX triplet: BA, 61 and 52. RGB value is (186,97,82). Sum of RGB (Red+Green+Blue) = 186+97+82=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6152 is #459EAD. Grayscale: #7A7A7A. Windows color (decimal): -4562606 or 5398970. OLE color: 5398970.

HSL color Cylindrical-coordinate representation of color #BA6152: hue angle of 8.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6152 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 97 82 -
CMYK 0 0.48 0.56 0.27
HSL 8.65º 0.43% 0.53% -
HSV(B) 8.65º 0.56% 0.73% -
XYZ 26.05 19.6 10.39 -
YUV 121.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 186 97 82 0 0.48 0.56 0.27 8.65 0.43 0.53
Hex BA 61 52 0 30 38 1B 9 2B 35
Octal 272 141 122 0 60 70 33 11 53 65
Binary 10111010 1100001 1010010 0 110000 111000 11011 1001 101011 110101

Color Harmonies of #BA6152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6152

Black with #BA6152

Text Example


Text Example

White with #BA6152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6152; }

 p { color: rgb(186,97,82); }

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

background-color css

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

 a { background-color: rgb(186,97,82); }

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

border-color css

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

 span { border-color: rgb(186,97,82); }

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