Html Css Color HEX #BA4E21 Rose Of Sharon

📋 copy color: '#BA4E21'

red 186 ◦ green 78 ◦ blue 33

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

Shades of Rose Of Sharon #BA4E21

Tints of Rose Of Sharon #BA4E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 62.63%
G = 26.26%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA4E21 (or 0xBA4E21) is known color: Rose Of Sharon. HEX triplet: BA, 4E and 21. RGB value is (186,78,33). Sum of RGB (Red+Green+Blue) = 186+78+33=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E21 is #45B1DE. Grayscale: #696969. Windows color (decimal): -4567519 or 2182842. OLE color: 2182842.

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

Color convert

RGB 186 78 33 -
CMYK 0 0.58 0.82 0.27
HSL 17.65º 0.7% 0.43% -
HSV(B) 17.65º 0.82% 0.73% -
XYZ 23.25 16 3.3 -
YUV 105.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 186 78 33 0 0.58 0.82 0.27 17.65 0.7 0.43
Hex BA 4E 21 0 3A 52 1B 12 46 2B
Octal 272 116 41 0 72 122 33 22 106 53
Binary 10111010 1001110 100001 0 111010 1010010 11011 10010 1000110 101011

Color Harmonies of #BA4E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E21

Black with #BA4E21

Text Example


Text Example

White with #BA4E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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