#B2541D

Color #B2541D Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B2541D

Tints of Rose Of Sharon #B2541D

Color information

#B2541D (or 0xB2541D) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 54 and 1D. RGB value is (178,84,29). Sum of RGB (Red+Green+Blue) = 178+84+29=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2541D is #4DABE2. Grayscale: #6A6A6A. Windows color (decimal): -5090275 or 1922226. OLE color: 1922226.

HSL color Cylindrical-coordinate representation of color #B2541D: hue angle of 22.15º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2541D is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB1788429-
CMYK00.530.840.30
HSL22.15º71.98%40.59%-
HSV(B)22.15º83.71%69.8%-
XYZ21.7515.893.08-
YUV105.8484.64179.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.17%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 29 (11.72% from 255) = 9.97%
R=61.17%
G=28.87%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178842900.530.840.3022.1571.9840.59
HexB2541D035541E164829
Octal26212435065124362611051
Binary101100101010100111010110101101010011110101101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2541D; }

 p { color: rgb(178,84,29); }

 H1.HeaderClassName
 {
   color: #B2541D;
 }
 .AnyTagClassName
 {
   color: #B2541D;
 }
</style>
background-color css

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

 a { background-color: rgb(178,84,29); }

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

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

 span { border-color: rgb(178,84,29); }

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