#B46727

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

Shades of Reno Sand #B46727

Tints of Reno Sand #B46727

Color information

#B46727 (or 0xB46727) is unknown color: approx Reno Sand. HEX triplet: B4, 67 and 27. RGB value is (180,103,39). Sum of RGB (Red+Green+Blue) = 180+103+39=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B46727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46727 is #4B98D8. Grayscale: #777777. Windows color (decimal): -4954329 or 2582452. OLE color: 2582452.

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

Color convert

RGB18010339-
CMYK00.430.780.29
HSL27.23º64.38%42.94%-
HSV(B)27.23º78.33%70.59%-
XYZ24.0419.554.43-
YUV118.7383.01171.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 103 (40.62% from 255) = 31.99%
BLUE value IS 39 (15.62% from 255) = 12.11%
R=55.90%
G=31.99%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801033900.430.780.2927.2364.3842.94
HexB4672702B4E1D1b402b
Octal26414747053116353310053
Binary1011010011001111001110101011100111011101110111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46727; }

 p { color: rgb(180,103,39); }

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

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

 a { background-color: rgb(180,103,39); }

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

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

 span { border-color: rgb(180,103,39); }

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