Html Css Color HEX #BA4826 Rose Of Sharon

📋 copy color: '#BA4826'

red 186 ◦ green 72 ◦ blue 38

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

Shades of Rose Of Sharon #BA4826

Tints of Rose Of Sharon #BA4826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 62.84%
G = 24.32%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4826 (or 0xBA4826) is known color: Rose Of Sharon. HEX triplet: BA, 48 and 26. RGB value is (186,72,38). Sum of RGB (Red+Green+Blue) = 186+72+38=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4826 is #45B7D9. Grayscale: #666666. Windows color (decimal): -4569050 or 2508986. OLE color: 2508986.

HSL color Cylindrical-coordinate representation of color #BA4826: hue angle of 13.78º degrees, saturation: 0.66, 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 #BA4826 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 72 38 -
CMYK 0 0.61 0.80 0.27
HSL 13.78º 0.66% 0.44% -
HSV(B) 13.78º 0.8% 0.73% -
XYZ 22.92 15.21 3.56 -
YUV 102.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 186 72 38 0 0.61 0.80 0.27 13.78 0.66 0.44
Hex BA 48 26 0 3D 50 1B E 42 2C
Octal 272 110 46 0 75 120 33 16 102 54
Binary 10111010 1001000 100110 0 111101 1010000 11011 1110 1000010 101100

Color Harmonies of #BA4826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4826

Black with #BA4826

Text Example


Text Example

White with #BA4826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4826; }

 p { color: rgb(186,72,38); }

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

background-color css

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

 a { background-color: rgb(186,72,38); }

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

border-color css

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

 span { border-color: rgb(186,72,38); }

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