Html Css Color HEX #BA4823 Rose Of Sharon

📋 copy color: '#BA4823'

red 186 ◦ green 72 ◦ blue 35

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

Shades of Rose Of Sharon #BA4823

Tints of Rose Of Sharon #BA4823

RGB

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

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

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

R = 63.48%
G = 24.57%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA4823 (or 0xBA4823) is known color: Rose Of Sharon. HEX triplet: BA, 48 and 23. RGB value is (186,72,35). Sum of RGB (Red+Green+Blue) = 186+72+35=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4823 is #45B7DC. Grayscale: #666666. Windows color (decimal): -4569053 or 2312378. OLE color: 2312378.

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

Color convert

RGB 186 72 35 -
CMYK 0 0.61 0.81 0.27
HSL 14.7º 0.68% 0.43% -
HSV(B) 14.7º 0.81% 0.73% -
XYZ 22.87 15.2 3.32 -
YUV 101.87 90.27 188.01 -
System Red Green Blue C M Y K H S L
Decimal 186 72 35 0 0.61 0.81 0.27 14.7 0.68 0.43
Hex BA 48 23 0 3D 51 1B F 44 2B
Octal 272 110 43 0 75 121 33 17 104 53
Binary 10111010 1001000 100011 0 111101 1010001 11011 1111 1000100 101011

Color Harmonies of #BA4823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4823

Black with #BA4823

Text Example


Text Example

White with #BA4823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4823; }

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

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

background-color css

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

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

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

border-color css

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

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

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