Html Css Color HEX #BA4824 Rose Of Sharon

📋 copy color: '#BA4824'

red 186 ◦ green 72 ◦ blue 36

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

Shades of Rose Of Sharon #BA4824

Tints of Rose Of Sharon #BA4824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 63.27%
G = 24.49%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA4824 (or 0xBA4824) is known color: Rose Of Sharon. HEX triplet: BA, 48 and 24. RGB value is (186,72,36). Sum of RGB (Red+Green+Blue) = 186+72+36=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4824 is #45B7DB. Grayscale: #666666. Windows color (decimal): -4569052 or 2377914. OLE color: 2377914.

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

Color convert

RGB 186 72 36 -
CMYK 0 0.61 0.81 0.27
HSL 14.4º 0.68% 0.44% -
HSV(B) 14.4º 0.81% 0.73% -
XYZ 22.89 15.2 3.4 -
YUV 101.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 186 72 36 0 0.61 0.81 0.27 14.4 0.68 0.44
Hex BA 48 24 0 3D 51 1B E 44 2C
Octal 272 110 44 0 75 121 33 16 104 54
Binary 10111010 1001000 100100 0 111101 1010001 11011 1110 1000100 101100

Color Harmonies of #BA4824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4824

Black with #BA4824

Text Example


Text Example

White with #BA4824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4824; }

 p { color: rgb(186,72,36); }

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

background-color css

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

 a { background-color: rgb(186,72,36); }

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

border-color css

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

 span { border-color: rgb(186,72,36); }

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