Html Css Color HEX #BA501F Rose Of Sharon

📋 copy color: '#BA501F'

red 186 ◦ green 80 ◦ blue 31

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

Shades of Rose Of Sharon #BA501F

Tints of Rose Of Sharon #BA501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.44%

R = 62.63%
G = 26.94%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA501F (or 0xBA501F) is known color: Rose Of Sharon. HEX triplet: BA, 50 and 1F. RGB value is (186,80,31). Sum of RGB (Red+Green+Blue) = 186+80+31=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA501F is #45AFE0. Grayscale: #6A6A6A. Windows color (decimal): -4567009 or 2052282. OLE color: 2052282.

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

Color convert

RGB 186 80 31 -
CMYK 0 0.57 0.83 0.27
HSL 18.97º 0.71% 0.43% -
HSV(B) 18.97º 0.83% 0.73% -
XYZ 23.37 16.28 3.21 -
YUV 106.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 186 80 31 0 0.57 0.83 0.27 18.97 0.71 0.43
Hex BA 50 1F 0 39 53 1B 13 47 2B
Octal 272 120 37 0 71 123 33 23 107 53
Binary 10111010 1010000 11111 0 111001 1010011 11011 10011 1000111 101011

Color Harmonies of #BA501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA501F

Black with #BA501F

Text Example


Text Example

White with #BA501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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