#B1482D

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

Shades of Rose Of Sharon #B1482D

Tints of Rose Of Sharon #B1482D

Color information

#B1482D (or 0xB1482D) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 48 and 2D. RGB value is (177,72,45). Sum of RGB (Red+Green+Blue) = 177+72+45=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1482D is #4EB7D2. Grayscale: #646464. Windows color (decimal): -5158867 or 2967729. OLE color: 2967729.

HSL color Cylindrical-coordinate representation of color #B1482D: hue angle of 12.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1482D is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1777245-
CMYK00.590.750.31
HSL12.27º59.46%43.53%-
HSV(B)12.27º74.58%69.41%-
XYZ20.9214.174.12-
YUV100.3296.79182.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.20%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=60.20%
G=24.49%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177724500.590.750.3112.2759.4643.53
HexB1482D03B4B1Fc3b2c
Octal2611105507311337147354
Binary10110001100100010110101110111001011111111100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1482D; }

 p { color: rgb(177,72,45); }

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

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

 a { background-color: rgb(177,72,45); }

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

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

 span { border-color: rgb(177,72,45); }

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