Html Css Color HEX #B5492A Rose Of Sharon

📋 copy color: '#B5492A'

red 181 ◦ green 73 ◦ blue 42

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

Shades of Rose Of Sharon #B5492A

Tints of Rose Of Sharon #B5492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 61.15%
G = 24.66%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5492A (or 0xB5492A) is known color: Rose Of Sharon. HEX triplet: B5, 49 and 2A. RGB value is (181,73,42). Sum of RGB (Red+Green+Blue) = 181+73+42=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5492A is #4AB6D5. Grayscale: #656565. Windows color (decimal): -4896470 or 2771381. OLE color: 2771381.

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

Color convert

RGB 181 73 42 -
CMYK 0 0.60 0.77 0.29
HSL 13.38º 0.62% 0.44% -
HSV(B) 13.38º 0.77% 0.71% -
XYZ 21.86 14.76 3.89 -
YUV 101.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 181 73 42 0 0.60 0.77 0.29 13.38 0.62 0.44
Hex B5 49 2A 0 3C 4D 1D D 3E 2C
Octal 265 111 52 0 74 115 35 15 76 54
Binary 10110101 1001001 101010 0 111100 1001101 11101 1101 111110 101100

Color Harmonies of #B5492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5492A

Black with #B5492A

Text Example


Text Example

White with #B5492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5492A; }

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

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

background-color css

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

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

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

border-color css

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

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

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