Html Css Color HEX #BA4723 Rose Of Sharon

📋 copy color: '#BA4723'

red 186 ◦ green 71 ◦ blue 35

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

Shades of Rose Of Sharon #BA4723

Tints of Rose Of Sharon #BA4723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 63.7%
G = 24.32%
B = 11.99%

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

#BA4723 (or 0xBA4723) is known color: Rose Of Sharon. HEX triplet: BA, 47 and 23. RGB value is (186,71,35). Sum of RGB (Red+Green+Blue) = 186+71+35=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4723 is #45B8DC. Grayscale: #656565. Windows color (decimal): -4569309 or 2312122. OLE color: 2312122.

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

Color convert

RGB 186 71 35 -
CMYK 0 0.62 0.81 0.27
HSL 14.3º 0.68% 0.43% -
HSV(B) 14.3º 0.81% 0.73% -
XYZ 22.81 15.07 3.3 -
YUV 101.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 186 71 35 0 0.62 0.81 0.27 14.3 0.68 0.43
Hex BA 47 23 0 3E 51 1B E 44 2B
Octal 272 107 43 0 76 121 33 16 104 53
Binary 10111010 1000111 100011 0 111110 1010001 11011 1110 1000100 101011

Color Harmonies of #BA4723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4723

Black with #BA4723

Text Example


Text Example

White with #BA4723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4723; }

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

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

background-color css

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

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

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

border-color css

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

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

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