#B4682D

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

Shades of Reno Sand #B4682D

Tints of Reno Sand #B4682D

Color information

#B4682D (or 0xB4682D) is unknown color: approx Reno Sand. HEX triplet: B4, 68 and 2D. RGB value is (180,104,45). Sum of RGB (Red+Green+Blue) = 180+104+45=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B4682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4682D is #4B97D2. Grayscale: #787878. Windows color (decimal): -4954067 or 2975924. OLE color: 2975924.

HSL color Cylindrical-coordinate representation of color #B4682D: hue angle of 26.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4682D is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18010445-
CMYK00.420.750.29
HSL26.22º60%44.12%-
HSV(B)26.22º75%70.59%-
XYZ24.2519.795.03-
YUV12085.68170.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 45 (17.97% from 255) = 13.68%
R=54.71%
G=31.61%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801044500.420.750.2926.226044.12
HexB4682D02A4B1D1a3c2c
Octal2641505505211335327454
Binary101101001101000101101010101010010111110111010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4682D; }

 p { color: rgb(180,104,45); }

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

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

 a { background-color: rgb(180,104,45); }

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

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

 span { border-color: rgb(180,104,45); }

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