#B76A30

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

Shades of Reno Sand #B76A30

Tints of Reno Sand #B76A30

Color information

#B76A30 (or 0xB76A30) is unknown color: approx Reno Sand. HEX triplet: B7, 6A and 30. RGB value is (183,106,48). Sum of RGB (Red+Green+Blue) = 183+106+48=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A30 is #4895CF. Grayscale: #7A7A7A. Windows color (decimal): -4756944 or 3173047. OLE color: 3173047.

HSL color Cylindrical-coordinate representation of color #B76A30: hue angle of 25.78º degrees, saturation: 0.58, 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 #B76A30 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18310648-
CMYK00.420.740.28
HSL25.78º58.44%45.29%-
HSV(B)25.78º73.77%71.76%-
XYZ25.2220.595.44-
YUV122.4186.01171.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 48 (19.14% from 255) = 14.24%
R=54.30%
G=31.45%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831064800.420.740.2825.7858.4445.29
HexB76A3002A4A1C1a3a2d
Octal2671526005211234327255
Binary101101111101010110000010101010010101110011010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A30; }

 p { color: rgb(183,106,48); }

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

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

 a { background-color: rgb(183,106,48); }

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

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

 span { border-color: rgb(183,106,48); }

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