Html Css Color HEX #BA4E1E Rose Of Sharon

📋 copy color: '#BA4E1E'

red 186 ◦ green 78 ◦ blue 30

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

Shades of Rose Of Sharon #BA4E1E

Tints of Rose Of Sharon #BA4E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.53%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 63.27%
G = 26.53%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA4E1E (or 0xBA4E1E) is known color: Rose Of Sharon. HEX triplet: BA, 4E and 1E. RGB value is (186,78,30). Sum of RGB (Red+Green+Blue) = 186+78+30=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E1E is #45B1E1. Grayscale: #696969. Windows color (decimal): -4567522 or 1986234. OLE color: 1986234.

HSL color Cylindrical-coordinate representation of color #BA4E1E: hue angle of 18.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA4E1E is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 30 -
CMYK 0 0.58 0.84 0.27
HSL 18.46º 0.72% 0.42% -
HSV(B) 18.46º 0.84% 0.73% -
XYZ 23.21 15.98 3.09 -
YUV 104.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 186 78 30 0 0.58 0.84 0.27 18.46 0.72 0.42
Hex BA 4E 1E 0 3A 54 1B 12 48 2A
Octal 272 116 36 0 72 124 33 22 110 52
Binary 10111010 1001110 11110 0 111010 1010100 11011 10010 1001000 101010

Color Harmonies of #BA4E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E1E

Black with #BA4E1E

Text Example


Text Example

White with #BA4E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E1E; }

 p { color: rgb(186,78,30); }

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

background-color css

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

 a { background-color: rgb(186,78,30); }

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

border-color css

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

 span { border-color: rgb(186,78,30); }

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