#B66C29

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

Shades of Reno Sand #B66C29

Tints of Reno Sand #B66C29

Color information

#B66C29 (or 0xB66C29) is unknown color: approx Reno Sand. HEX triplet: B6, 6C and 29. RGB value is (182,108,41). Sum of RGB (Red+Green+Blue) = 182+108+41=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C29 is #4993D6. Grayscale: #7A7A7A. Windows color (decimal): -4821975 or 2714806. OLE color: 2714806.

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

Color convert

RGB18210841-
CMYK00.410.770.29
HSL28.51º63.23%43.73%-
HSV(B)28.51º77.47%71.37%-
XYZ25.0520.834.8-
YUV122.4982.02170.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 41 (16.41% from 255) = 12.39%
R=54.98%
G=32.63%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821084100.410.770.2928.5163.2343.73
HexB66C290294D1D1d3f2c
Octal2661545105111535357754
Binary101101101101100101001010100110011011110111101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66C29; }

 p { color: rgb(182,108,41); }

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

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

 a { background-color: rgb(182,108,41); }

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

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

 span { border-color: rgb(182,108,41); }

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