#B14623

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

Shades of Rose Of Sharon #B14623

Tints of Rose Of Sharon #B14623

Color information

#B14623 (or 0xB14623) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 46 and 23. RGB value is (177,70,35). Sum of RGB (Red+Green+Blue) = 177+70+35=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B14623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14623 is #4EB9DC. Grayscale: #626262. Windows color (decimal): -5159389 or 2311857. OLE color: 2311857.

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

Color convert

RGB1777035-
CMYK00.600.800.31
HSL14.79º66.98%41.57%-
HSV(B)14.79º80.23%69.41%-
XYZ20.6213.853.18-
YUV9892.45184.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.77%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 35 (14.06% from 255) = 12.41%
R=62.77%
G=24.82%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177703500.600.800.3114.7966.9841.57
HexB1462303C501Ff432a
Octal26110643074120371710352
Binary101100011000110100011011110010100001111111111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14623; }

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

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

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

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

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

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

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

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