Html Css Color HEX #BA4A23 Rose Of Sharon

📋 copy color: '#BA4A23'

red 186 ◦ green 74 ◦ blue 35

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

Shades of Rose Of Sharon #BA4A23

Tints of Rose Of Sharon #BA4A23

RGB

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

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

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

R = 63.05%
G = 25.08%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA4A23 (or 0xBA4A23) is known color: Rose Of Sharon. HEX triplet: BA, 4A and 23. RGB value is (186,74,35). Sum of RGB (Red+Green+Blue) = 186+74+35=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A23 is #45B5DC. Grayscale: #676767. Windows color (decimal): -4568541 or 2312890. OLE color: 2312890.

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

Color convert

RGB 186 74 35 -
CMYK 0 0.60 0.81 0.27
HSL 15.5º 0.68% 0.43% -
HSV(B) 15.5º 0.81% 0.73% -
XYZ 23 15.46 3.36 -
YUV 103.04 89.61 187.17 -
System Red Green Blue C M Y K H S L
Decimal 186 74 35 0 0.60 0.81 0.27 15.5 0.68 0.43
Hex BA 4A 23 0 3C 51 1B F 44 2B
Octal 272 112 43 0 74 121 33 17 104 53
Binary 10111010 1001010 100011 0 111100 1010001 11011 1111 1000100 101011

Color Harmonies of #BA4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A23

Black with #BA4A23

Text Example


Text Example

White with #BA4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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