Html Css Color HEX #BA4825 Rose Of Sharon

📋 copy color: '#BA4825'

red 186 ◦ green 72 ◦ blue 37

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

Shades of Rose Of Sharon #BA4825

Tints of Rose Of Sharon #BA4825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.54%

R = 63.05%
G = 24.41%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4825 (or 0xBA4825) is known color: Rose Of Sharon. HEX triplet: BA, 48 and 25. RGB value is (186,72,37). Sum of RGB (Red+Green+Blue) = 186+72+37=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4825 is #45B7DA. Grayscale: #666666. Windows color (decimal): -4569051 or 2443450. OLE color: 2443450.

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

Color convert

RGB 186 72 37 -
CMYK 0 0.61 0.80 0.27
HSL 14.09º 0.67% 0.44% -
HSV(B) 14.09º 0.8% 0.73% -
XYZ 22.9 15.21 3.48 -
YUV 102.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 186 72 37 0 0.61 0.80 0.27 14.09 0.67 0.44
Hex BA 48 25 0 3D 50 1B E 43 2C
Octal 272 110 45 0 75 120 33 16 103 54
Binary 10111010 1001000 100101 0 111101 1010000 11011 1110 1000011 101100

Color Harmonies of #BA4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4825

Black with #BA4825

Text Example


Text Example

White with #BA4825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4825; }

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

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

background-color css

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

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

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

border-color css

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

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

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