#b76e2f

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

Shades of Reno Sand #B76E2F

Tints of Reno Sand #B76E2F

Color information

#B76E2F (or 0xB76E2F) is unknown color: approx Reno Sand. HEX triplet: B7, 6E and 2F. RGB value is (183,110,47). Sum of RGB (Red+Green+Blue) = 183+110+47=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E2F is #4891D0. Grayscale: #7C7C7C. Windows color (decimal): -4755921 or 3108535. OLE color: 3108535.

HSL color Cylindrical-coordinate representation of color #B76E2F: hue angle of 27.79º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B76E2F is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18311047-
CMYK00.400.740.28
HSL27.79º59.13%45.1%-
HSV(B)27.79º74.32%71.76%-
XYZ25.6221.425.47-
YUV124.6484.18169.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 47 (18.75% from 255) = 13.82%
R=53.82%
G=32.35%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831104700.400.740.2827.7959.1345.1
HexB76E2F0284A1C1c3b2d
Octal2671565705011234347355
Binary101101111101110101111010100010010101110011100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76e2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76e2f; }

 p { color: rgb(183,110,47); }

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

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

 a { background-color: rgb(183,110,47); }

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

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

 span { border-color: rgb(183,110,47); }

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