#B06923

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

Shades of Reno Sand #B06923

Tints of Reno Sand #B06923

Color information

#B06923 (or 0xB06923) is unknown color: approx Reno Sand. HEX triplet: B0, 69 and 23. RGB value is (176,105,35). Sum of RGB (Red+Green+Blue) = 176+105+35=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B06923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06923 is #4F96DC. Grayscale: #767676. Windows color (decimal): -5215965 or 2320816. OLE color: 2320816.

HSL color Cylindrical-coordinate representation of color #B06923: hue angle of 29.79º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06923 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17610535-
CMYK00.400.800.31
HSL29.79º66.82%41.37%-
HSV(B)29.79º80.11%69.02%-
XYZ23.2619.454.12-
YUV118.2581.02169.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.70%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 35 (14.06% from 255) = 11.08%
R=55.70%
G=33.23%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761053500.400.800.3129.7966.8241.37
HexB06923028501F1e4329
Octal26015143050120373610351
Binary1011000011010011000110101000101000011111111101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06923; }

 p { color: rgb(176,105,35); }

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

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

 a { background-color: rgb(176,105,35); }

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

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

 span { border-color: rgb(176,105,35); }

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