Html Css Color HEX #BA583D Flame Pea

📋 copy color: '#BA583D'

red 186 ◦ green 88 ◦ blue 61

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

Shades of Flame Pea #BA583D

Tints of Flame Pea #BA583D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.27%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 55.52%
G = 26.27%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA583D (or 0xBA583D) is known color: Flame Pea. HEX triplet: BA, 58 and 3D. RGB value is (186,88,61). Sum of RGB (Red+Green+Blue) = 186+88+61=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA583D is #45A7C2. Grayscale: #727272. Windows color (decimal): -4564931 or 4020410. OLE color: 4020410.

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

Color convert

RGB 186 88 61 -
CMYK 0 0.53 0.67 0.27
HSL 12.96º 0.51% 0.48% -
HSV(B) 12.96º 0.67% 0.73% -
XYZ 24.58 17.76 6.55 -
YUV 114.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 186 88 61 0 0.53 0.67 0.27 12.96 0.51 0.48
Hex BA 58 3D 0 35 43 1B D 33 30
Octal 272 130 75 0 65 103 33 15 63 60
Binary 10111010 1011000 111101 0 110101 1000011 11011 1101 110011 110000

Color Harmonies of #BA583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA583D

Black with #BA583D

Text Example


Text Example

White with #BA583D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA583D; }

 p { color: rgb(186,88,61); }

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

background-color css

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

 a { background-color: rgb(186,88,61); }

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

border-color css

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

 span { border-color: rgb(186,88,61); }

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