Html Css Color HEX #BA4B25 Rose Of Sharon

📋 copy color: '#BA4B25'

red 186 ◦ green 75 ◦ blue 37

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

Shades of Rose Of Sharon #BA4B25

Tints of Rose Of Sharon #BA4B25

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.17%

 BLUE value IS 37 (14.84% from 255) = 12.42%

R = 62.42%
G = 25.17%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4B25 (or 0xBA4B25) is known color: Rose Of Sharon. HEX triplet: BA, 4B and 25. RGB value is (186,75,37). Sum of RGB (Red+Green+Blue) = 186+75+37=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B25 is #45B4DA. Grayscale: #686868. Windows color (decimal): -4568283 or 2444218. OLE color: 2444218.

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

Color convert

RGB 186 75 37 -
CMYK 0 0.60 0.80 0.27
HSL 15.3º 0.67% 0.44% -
HSV(B) 15.3º 0.8% 0.73% -
XYZ 23.1 15.6 3.54 -
YUV 103.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 186 75 37 0 0.60 0.80 0.27 15.3 0.67 0.44
Hex BA 4B 25 0 3C 50 1B F 43 2C
Octal 272 113 45 0 74 120 33 17 103 54
Binary 10111010 1001011 100101 0 111100 1010000 11011 1111 1000011 101100

Color Harmonies of #BA4B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B25

Black with #BA4B25

Text Example


Text Example

White with #BA4B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B25; }

 p { color: rgb(186,75,37); }

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

background-color css

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

 a { background-color: rgb(186,75,37); }

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

border-color css

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

 span { border-color: rgb(186,75,37); }

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