Html Css Color HEX #B54720 Rose Of Sharon

📋 copy color: '#B54720'

red 181 ◦ green 71 ◦ blue 32

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

Shades of Rose Of Sharon #B54720

Tints of Rose Of Sharon #B54720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 63.73%
G = 25%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B54720 (or 0xB54720) is known color: Rose Of Sharon. HEX triplet: B5, 47 and 20. RGB value is (181,71,32). Sum of RGB (Red+Green+Blue) = 181+71+32=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B54720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54720 is #4AB8DF. Grayscale: #636363. Windows color (decimal): -4896992 or 2115509. OLE color: 2115509.

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

Color convert

RGB 181 71 32 -
CMYK 0 0.61 0.82 0.29
HSL 15.7º 0.7% 0.42% -
HSV(B) 15.7º 0.82% 0.71% -
XYZ 21.57 14.43 3.02 -
YUV 99.44 89.94 186.17 -
System Red Green Blue C M Y K H S L
Decimal 181 71 32 0 0.61 0.82 0.29 15.7 0.7 0.42
Hex B5 47 20 0 3D 52 1D 10 46 2A
Octal 265 107 40 0 75 122 35 20 106 52
Binary 10110101 1000111 100000 0 111101 1010010 11101 10000 1000110 101010

Color Harmonies of #B54720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54720

Black with #B54720

Text Example


Text Example

White with #B54720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54720; }

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

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

background-color css

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

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

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

border-color css

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

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

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