#B14621

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

Shades of Rose Of Sharon #B14621

Tints of Rose Of Sharon #B14621

Color information

#B14621 (or 0xB14621) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 46 and 21. RGB value is (177,70,33). Sum of RGB (Red+Green+Blue) = 177+70+33=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B14621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14621 is #4EB9DE. Grayscale: #626262. Windows color (decimal): -5159391 or 2180785. OLE color: 2180785.

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

Color convert

RGB1777033-
CMYK00.600.810.31
HSL15.42º68.57%41.18%-
HSV(B)15.42º81.36%69.41%-
XYZ20.613.843.02-
YUV97.7891.45184.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.21%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=63.21%
G=25%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177703300.600.810.3115.4268.5741.18
HexB1462103C511Ff4529
Octal26110641074121371710551
Binary101100011000110100001011110010100011111111111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14621; }

 p { color: rgb(177,70,33); }

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

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

 a { background-color: rgb(177,70,33); }

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

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

 span { border-color: rgb(177,70,33); }

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