Html Css Color HEX #BA4725 Rose Of Sharon

📋 copy color: '#BA4725'

red 186 ◦ green 71 ◦ blue 37

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

Shades of Rose Of Sharon #BA4725

Tints of Rose Of Sharon #BA4725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

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

R = 63.27%
G = 24.15%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4725 (or 0xBA4725) is known color: Rose Of Sharon. HEX triplet: BA, 47 and 25. RGB value is (186,71,37). Sum of RGB (Red+Green+Blue) = 186+71+37=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4725 is #45B8DA. Grayscale: #656565. Windows color (decimal): -4569307 or 2443194. OLE color: 2443194.

HSL color Cylindrical-coordinate representation of color #BA4725: hue angle of 13.69º 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 #BA4725 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 71 37 -
CMYK 0 0.62 0.80 0.27
HSL 13.69º 0.67% 0.44% -
HSV(B) 13.69º 0.8% 0.73% -
XYZ 22.84 15.08 3.46 -
YUV 101.51 91.6 188.26 -
System Red Green Blue C M Y K H S L
Decimal 186 71 37 0 0.62 0.80 0.27 13.69 0.67 0.44
Hex BA 47 25 0 3E 50 1B E 43 2C
Octal 272 107 45 0 76 120 33 16 103 54
Binary 10111010 1000111 100101 0 111110 1010000 11011 1110 1000011 101100

Color Harmonies of #BA4725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4725

Black with #BA4725

Text Example


Text Example

White with #BA4725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4725; }

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

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

background-color css

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

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

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

border-color css

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

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

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