#B54706

Color #B54706 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B54706

Tints of Rust #B54706

Color information

#B54706 (or 0xB54706) is unknown color: approx Rust. HEX triplet: B5, 47 and 06. RGB value is (181,71,6). Sum of RGB (Red+Green+Blue) = 181+71+6=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B54706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54706 is #4AB8F9. Grayscale: #606060. Windows color (decimal): -4897018 or 411573. OLE color: 411573.

HSL color Cylindrical-coordinate representation of color #B54706: hue angle of 22.29º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B54706 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB181716-
CMYK00.610.970.29
HSL22.29º93.58%36.67%-
HSV(B)22.29º96.69%70.98%-
XYZ21.3414.341.82-
YUV96.4876.94188.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.16%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=70.16%
G=27.52%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18171600.610.970.2922.2993.5836.67
HexB547603D611D165e25
Octal2651076075141352613645
Binary1011010110001111100111101110000111101101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54706; }

 p { color: rgb(181,71,6); }

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

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

 a { background-color: rgb(181,71,6); }

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

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

 span { border-color: rgb(181,71,6); }

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