Html Css Color HEX #BA5021 Rose Of Sharon

📋 copy color: '#BA5021'

red 186 ◦ green 80 ◦ blue 33

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

Shades of Rose Of Sharon #BA5021

Tints of Rose Of Sharon #BA5021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 62.21%
G = 26.76%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA5021 (or 0xBA5021) is known color: Rose Of Sharon. HEX triplet: BA, 50 and 21. RGB value is (186,80,33). Sum of RGB (Red+Green+Blue) = 186+80+33=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5021 is #45AFDE. Grayscale: #6A6A6A. Windows color (decimal): -4567007 or 2183354. OLE color: 2183354.

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

Color convert

RGB 186 80 33 -
CMYK 0 0.57 0.82 0.27
HSL 18.43º 0.7% 0.43% -
HSV(B) 18.43º 0.82% 0.73% -
XYZ 23.39 16.29 3.35 -
YUV 106.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 186 80 33 0 0.57 0.82 0.27 18.43 0.7 0.43
Hex BA 50 21 0 39 52 1B 12 46 2B
Octal 272 120 41 0 71 122 33 22 106 53
Binary 10111010 1010000 100001 0 111001 1010010 11011 10010 1000110 101011

Color Harmonies of #BA5021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5021

Black with #BA5021

Text Example


Text Example

White with #BA5021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5021; }

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

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

background-color css

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

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

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

border-color css

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

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

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