#B07636

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

Shades of Reno Sand #B07636

Tints of Reno Sand #B07636

Color information

#B07636 (or 0xB07636) is unknown color: approx Reno Sand. HEX triplet: B0, 76 and 36. RGB value is (176,118,54). Sum of RGB (Red+Green+Blue) = 176+118+54=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B07636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07636 is #4F89C9. Grayscale: #808080. Windows color (decimal): -5212618 or 3569328. OLE color: 3569328.

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

Color convert

RGB17611854-
CMYK00.330.690.31
HSL31.48º53.04%45.1%-
HSV(B)31.48º69.32%69.02%-
XYZ25.0522.456.5-
YUV128.0586.22162.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=50.57%
G=33.91%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761185400.330.690.3131.4853.0445.1
HexB07636021451F1f352d
Octal2601666604110537376555
Binary101100001110110110110010000110001011111111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07636; }

 p { color: rgb(176,118,54); }

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

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

 a { background-color: rgb(176,118,54); }

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

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

 span { border-color: rgb(176,118,54); }

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