#B64B23

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

Shades of Rose Of Sharon #B64B23

Tints of Rose Of Sharon #B64B23

Color information

#B64B23 (or 0xB64B23) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 4B and 23. RGB value is (182,75,35). Sum of RGB (Red+Green+Blue) = 182+75+35=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64B23 is #49B4DC. Grayscale: #666666. Windows color (decimal): -4830429 or 2313142. OLE color: 2313142.

HSL color Cylindrical-coordinate representation of color #B64B23: hue angle of 16.33º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B64B23 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1827535-
CMYK00.590.810.29
HSL16.33º67.74%42.55%-
HSV(B)16.33º80.77%71.37%-
XYZ22.1115.13.34-
YUV102.4389.95184.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.33%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 35 (14.06% from 255) = 11.99%
R=62.33%
G=25.68%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182753500.590.810.2916.3367.7442.55
HexB64B2303B511D10442b
Octal26611343073121352010453
Binary1011011010010111000110111011101000111101100001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64B23; }

 p { color: rgb(182,75,35); }

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

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

 a { background-color: rgb(182,75,35); }

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

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

 span { border-color: rgb(182,75,35); }

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