#B07134

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

Shades of Reno Sand #B07134

Tints of Reno Sand #B07134

Color information

#B07134 (or 0xB07134) is unknown color: approx Reno Sand. HEX triplet: B0, 71 and 34. RGB value is (176,113,52). Sum of RGB (Red+Green+Blue) = 176+113+52=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B07134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07134 is #4F8ECB. Grayscale: #7D7D7D. Windows color (decimal): -5213900 or 3436976. OLE color: 3436976.

HSL color Cylindrical-coordinate representation of color #B07134: hue angle of 29.52º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B07134 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17611352-
CMYK00.360.700.31
HSL29.52º54.39%44.71%-
HSV(B)29.52º70.45%69.02%-
XYZ24.4321.296.07-
YUV124.8886.87164.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=51.61%
G=33.14%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761135200.360.700.3129.5254.3944.71
HexB07134024461F1e362d
Octal2601616404410637366655
Binary101100001110001110100010010010001101111111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07134; }

 p { color: rgb(176,113,52); }

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

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

 a { background-color: rgb(176,113,52); }

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

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

 span { border-color: rgb(176,113,52); }

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