Html Css Color HEX #BA5127 Red Stage

📋 copy color: '#BA5127'

red 186 ◦ green 81 ◦ blue 39

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

Shades of Red Stage #BA5127

Tints of Red Stage #BA5127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 60.78%
G = 26.47%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA5127 (or 0xBA5127) is known color: Red Stage. HEX triplet: BA, 51 and 27. RGB value is (186,81,39). Sum of RGB (Red+Green+Blue) = 186+81+39=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5127 is #45AED8. Grayscale: #6B6B6B. Windows color (decimal): -4566745 or 2576826. OLE color: 2576826.

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

Color convert

RGB 186 81 39 -
CMYK 0 0.56 0.79 0.27
HSL 17.14º 0.65% 0.44% -
HSV(B) 17.14º 0.79% 0.73% -
XYZ 23.56 16.47 3.86 -
YUV 107.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 186 81 39 0 0.56 0.79 0.27 17.14 0.65 0.44
Hex BA 51 27 0 38 4F 1B 11 41 2C
Octal 272 121 47 0 70 117 33 21 101 54
Binary 10111010 1010001 100111 0 111000 1001111 11011 10001 1000001 101100

Color Harmonies of #BA5127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5127

Black with #BA5127

Text Example


Text Example

White with #BA5127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5127; }

 p { color: rgb(186,81,39); }

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

background-color css

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

 a { background-color: rgb(186,81,39); }

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

border-color css

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

 span { border-color: rgb(186,81,39); }

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