Html Css Color HEX #BA4624 Rose Of Sharon

📋 copy color: '#BA4624'

red 186 ◦ green 70 ◦ blue 36

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

Shades of Rose Of Sharon #BA4624

Tints of Rose Of Sharon #BA4624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

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

R = 63.7%
G = 23.97%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA4624 (or 0xBA4624) is known color: Rose Of Sharon. HEX triplet: BA, 46 and 24. RGB value is (186,70,36). Sum of RGB (Red+Green+Blue) = 186+70+36=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4624 is #45B9DB. Grayscale: #656565. Windows color (decimal): -4569564 or 2377402. OLE color: 2377402.

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

Color convert

RGB 186 70 36 -
CMYK 0 0.62 0.81 0.27
HSL 13.6º 0.68% 0.44% -
HSV(B) 13.6º 0.81% 0.73% -
XYZ 22.76 14.95 3.35 -
YUV 100.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 186 70 36 0 0.62 0.81 0.27 13.6 0.68 0.44
Hex BA 46 24 0 3E 51 1B E 44 2C
Octal 272 106 44 0 76 121 33 16 104 54
Binary 10111010 1000110 100100 0 111110 1010001 11011 1110 1000100 101100

Color Harmonies of #BA4624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4624

Black with #BA4624

Text Example


Text Example

White with #BA4624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4624; }

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

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

background-color css

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

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

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

border-color css

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

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

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