Html Css Color HEX #B5472C Rose Of Sharon

📋 copy color: '#B5472C'

red 181 ◦ green 71 ◦ blue 44

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

Shades of Rose Of Sharon #B5472C

Tints of Rose Of Sharon #B5472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 61.15%
G = 23.99%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5472C (or 0xB5472C) is known color: Rose Of Sharon. HEX triplet: B5, 47 and 2C. RGB value is (181,71,44). Sum of RGB (Red+Green+Blue) = 181+71+44=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5472C is #4AB8D3. Grayscale: #656565. Windows color (decimal): -4896980 or 2901941. OLE color: 2901941.

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

Color convert

RGB 181 71 44 -
CMYK 0 0.61 0.76 0.29
HSL 11.82º 0.61% 0.44% -
HSV(B) 11.82º 0.76% 0.71% -
XYZ 21.76 14.51 4.04 -
YUV 100.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 181 71 44 0 0.61 0.76 0.29 11.82 0.61 0.44
Hex B5 47 2C 0 3D 4C 1D C 3D 2C
Octal 265 107 54 0 75 114 35 14 75 54
Binary 10110101 1000111 101100 0 111101 1001100 11101 1100 111101 101100

Color Harmonies of #B5472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5472C

Black with #B5472C

Text Example


Text Example

White with #B5472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5472C; }

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

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

background-color css

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

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

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

border-color css

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

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

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