Html Css Color HEX #B5492C Rose Of Sharon

📋 copy color: '#B5492C'

red 181 ◦ green 73 ◦ blue 44

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

Shades of Rose Of Sharon #B5492C

Tints of Rose Of Sharon #B5492C

RGB

 RED value IS 181 (71.09% from 255) = 60.74%

 GREEN value IS 73 (28.91% from 255) = 24.5%

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 60.74%
G = 24.5%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5492C (or 0xB5492C) is known color: Rose Of Sharon. HEX triplet: B5, 49 and 2C. RGB value is (181,73,44). Sum of RGB (Red+Green+Blue) = 181+73+44=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5492C is #4AB6D3. Grayscale: #666666. Windows color (decimal): -4896468 or 2902453. OLE color: 2902453.

HSL color Cylindrical-coordinate representation of color #B5492C: hue angle of 12.7º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5492C is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 44 -
CMYK 0 0.60 0.76 0.29
HSL 12.7º 0.61% 0.44% -
HSV(B) 12.7º 0.76% 0.71% -
XYZ 21.89 14.77 4.08 -
YUV 101.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 181 73 44 0 0.60 0.76 0.29 12.7 0.61 0.44
Hex B5 49 2C 0 3C 4C 1D D 3D 2C
Octal 265 111 54 0 74 114 35 15 75 54
Binary 10110101 1001001 101100 0 111100 1001100 11101 1101 111101 101100

Color Harmonies of #B5492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5492C

Black with #B5492C

Text Example


Text Example

White with #B5492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5492C; }

 p { color: rgb(181,73,44); }

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

background-color css

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

 a { background-color: rgb(181,73,44); }

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

border-color css

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

 span { border-color: rgb(181,73,44); }

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