Html Css Color HEX #BA5023 Red Stage

📋 copy color: '#BA5023'

red 186 ◦ green 80 ◦ blue 35

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

Shades of Red Stage #BA5023

Tints of Red Stage #BA5023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 35 (14.06% from 255) = 11.63%

R = 61.79%
G = 26.58%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5023 (or 0xBA5023) is known color: Red Stage. HEX triplet: BA, 50 and 23. RGB value is (186,80,35). Sum of RGB (Red+Green+Blue) = 186+80+35=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5023 is #45AFDC. Grayscale: #6A6A6A. Windows color (decimal): -4567005 or 2314426. OLE color: 2314426.

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

Color convert

RGB 186 80 35 -
CMYK 0 0.57 0.81 0.27
HSL 17.88º 0.68% 0.43% -
HSV(B) 17.88º 0.81% 0.73% -
XYZ 23.42 16.3 3.5 -
YUV 106.56 87.62 184.66 -
System Red Green Blue C M Y K H S L
Decimal 186 80 35 0 0.57 0.81 0.27 17.88 0.68 0.43
Hex BA 50 23 0 39 51 1B 12 44 2B
Octal 272 120 43 0 71 121 33 22 104 53
Binary 10111010 1010000 100011 0 111001 1010001 11011 10010 1000100 101011

Color Harmonies of #BA5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5023

Black with #BA5023

Text Example


Text Example

White with #BA5023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5023; }

 p { color: rgb(186,80,35); }

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

background-color css

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

 a { background-color: rgb(186,80,35); }

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

border-color css

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

 span { border-color: rgb(186,80,35); }

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