Html Css Color HEX #BA4A27 Rose Of Sharon

📋 copy color: '#BA4A27'

red 186 ◦ green 74 ◦ blue 39

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

Shades of Rose Of Sharon #BA4A27

Tints of Rose Of Sharon #BA4A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

 BLUE value IS 39 (15.63% from 255) = 13.04%

R = 62.21%
G = 24.75%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA4A27 (or 0xBA4A27) is known color: Rose Of Sharon. HEX triplet: BA, 4A and 27. RGB value is (186,74,39). Sum of RGB (Red+Green+Blue) = 186+74+39=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A27 is #45B5D8. Grayscale: #676767. Windows color (decimal): -4568537 or 2575034. OLE color: 2575034.

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

Color convert

RGB 186 74 39 -
CMYK 0 0.60 0.79 0.27
HSL 14.29º 0.65% 0.44% -
HSV(B) 14.29º 0.79% 0.73% -
XYZ 23.06 15.48 3.69 -
YUV 103.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 186 74 39 0 0.60 0.79 0.27 14.29 0.65 0.44
Hex BA 4A 27 0 3C 4F 1B E 41 2C
Octal 272 112 47 0 74 117 33 16 101 54
Binary 10111010 1001010 100111 0 111100 1001111 11011 1110 1000001 101100

Color Harmonies of #BA4A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A27

Black with #BA4A27

Text Example


Text Example

White with #BA4A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A27; }

 p { color: rgb(186,74,39); }

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

background-color css

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

 a { background-color: rgb(186,74,39); }

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

border-color css

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

 span { border-color: rgb(186,74,39); }

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