#B2482B

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

Shades of Rose Of Sharon #B2482B

Tints of Rose Of Sharon #B2482B

Color information

#B2482B (or 0xB2482B) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 48 and 2B. RGB value is (178,72,43). Sum of RGB (Red+Green+Blue) = 178+72+43=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2482B is #4DB7D4. Grayscale: #646464. Windows color (decimal): -5093333 or 2836658. OLE color: 2836658.

HSL color Cylindrical-coordinate representation of color #B2482B: hue angle of 12.89º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2482B is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1787243-
CMYK00.600.760.30
HSL12.89º61.09%43.33%-
HSV(B)12.89º75.84%69.8%-
XYZ21.1114.273.93-
YUV100.3995.62183.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.75%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=60.75%
G=24.57%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178724300.600.760.3012.8961.0943.33
HexB2482B03C4C1Ed3d2b
Octal2621105307411436157553
Binary10110010100100010101101111001001100111101101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2482B; }

 p { color: rgb(178,72,43); }

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

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

 a { background-color: rgb(178,72,43); }

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

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

 span { border-color: rgb(178,72,43); }

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