#B66B29

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

Shades of Reno Sand #B66B29

Tints of Reno Sand #B66B29

Color information

#B66B29 (or 0xB66B29) is unknown color: approx Reno Sand. HEX triplet: B6, 6B and 29. RGB value is (182,107,41). Sum of RGB (Red+Green+Blue) = 182+107+41=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66B29 is #4994D6. Grayscale: #7A7A7A. Windows color (decimal): -4822231 or 2714550. OLE color: 2714550.

HSL color Cylindrical-coordinate representation of color #B66B29: hue angle of 28.09º 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 #B66B29 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18210741-
CMYK00.410.770.29
HSL28.09º63.23%43.73%-
HSV(B)28.09º77.47%71.37%-
XYZ24.9520.624.76-
YUV121.982.35170.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.15%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=55.15%
G=32.42%
B=12.42%

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
Decimal1821074100.410.770.2928.0963.2343.73
HexB66B290294D1D1c3f2c
Octal2661535105111535347754
Binary101101101101011101001010100110011011110111100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B29; }

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

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

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

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

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

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

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

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