Html Css Color HEX #BA501E Rose Of Sharon

📋 copy color: '#BA501E'

red 186 ◦ green 80 ◦ blue 30

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

Shades of Rose Of Sharon #BA501E

Tints of Rose Of Sharon #BA501E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 62.84%
G = 27.03%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA501E (or 0xBA501E) is known color: Rose Of Sharon. HEX triplet: BA, 50 and 1E. RGB value is (186,80,30). Sum of RGB (Red+Green+Blue) = 186+80+30=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA501E is #45AFE1. Grayscale: #6A6A6A. Windows color (decimal): -4567010 or 1986746. OLE color: 1986746.

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

Color convert

RGB 186 80 30 -
CMYK 0 0.57 0.84 0.27
HSL 19.23º 0.72% 0.42% -
HSV(B) 19.23º 0.84% 0.73% -
XYZ 23.35 16.27 3.14 -
YUV 105.99 85.12 185.07 -
System Red Green Blue C M Y K H S L
Decimal 186 80 30 0 0.57 0.84 0.27 19.23 0.72 0.42
Hex BA 50 1E 0 39 54 1B 13 48 2A
Octal 272 120 36 0 71 124 33 23 110 52
Binary 10111010 1010000 11110 0 111001 1010100 11011 10011 1001000 101010

Color Harmonies of #BA501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA501E

Black with #BA501E

Text Example


Text Example

White with #BA501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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