#B06933

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

Shades of Reno Sand #B06933

Tints of Reno Sand #B06933

Color information

#B06933 (or 0xB06933) is unknown color: approx Reno Sand. HEX triplet: B0, 69 and 33. RGB value is (176,105,51). Sum of RGB (Red+Green+Blue) = 176+105+51=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B06933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06933 is #4F96CC. Grayscale: #787878. Windows color (decimal): -5215949 or 3369392. OLE color: 3369392.

HSL color Cylindrical-coordinate representation of color #B06933: hue angle of 25.92º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B06933 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17610551-
CMYK00.400.710.31
HSL25.92º55.07%44.51%-
HSV(B)25.92º71.02%69.02%-
XYZ23.5519.575.67-
YUV120.0789.02167.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.01%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=53.01%
G=31.63%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761055100.400.710.3125.9255.0744.51
HexB06933028471F1a372d
Octal2601516305010737326755
Binary101100001101001110011010100010001111111111010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06933; }

 p { color: rgb(176,105,51); }

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

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

 a { background-color: rgb(176,105,51); }

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

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

 span { border-color: rgb(176,105,51); }

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