#B07234

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

Shades of Reno Sand #B07234

Tints of Reno Sand #B07234

Color information

#B07234 (or 0xB07234) is unknown color: approx Reno Sand. HEX triplet: B0, 72 and 34. RGB value is (176,114,52). Sum of RGB (Red+Green+Blue) = 176+114+52=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B07234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07234 is #4F8DCB. Grayscale: #7D7D7D. Windows color (decimal): -5213644 or 3437232. OLE color: 3437232.

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

Color convert

RGB17611452-
CMYK00.350.700.31
HSL30º54.39%44.71%-
HSV(B)30º70.45%69.02%-
XYZ24.5421.516.11-
YUV125.4786.54164.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.46%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 15.20%
R=51.46%
G=33.33%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761145200.350.700.313054.3944.71
HexB07234023461F1e362d
Octal2601626404310637366655
Binary101100001110010110100010001110001101111111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07234; }

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

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

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

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

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

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

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

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