#B06833

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

Shades of Reno Sand #B06833

Tints of Reno Sand #B06833

Color information

#B06833 (or 0xB06833) is unknown color: approx Reno Sand. HEX triplet: B0, 68 and 33. RGB value is (176,104,51). Sum of RGB (Red+Green+Blue) = 176+104+51=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B06833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06833 is #4F97CC. Grayscale: #777777. Windows color (decimal): -5216205 or 3369136. OLE color: 3369136.

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

Color convert

RGB17610451-
CMYK00.410.710.31
HSL25.44º55.07%44.51%-
HSV(B)25.44º71.02%69.02%-
XYZ23.4519.375.63-
YUV119.4989.35168.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=53.17%
G=31.42%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761045100.410.710.3125.4455.0744.51
HexB06833029471F19372d
Octal2601506305110737316755
Binary101100001101000110011010100110001111111111001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06833; }

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

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

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

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

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

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

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

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