#B27435

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

Shades of Reno Sand #B27435

Tints of Reno Sand #B27435

Color information

#B27435 (or 0xB27435) is unknown color: approx Reno Sand. HEX triplet: B2, 74 and 35. RGB value is (178,116,53). Sum of RGB (Red+Green+Blue) = 178+116+53=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B27435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27435 is #4D8BCA. Grayscale: #7F7F7F. Windows color (decimal): -5082059 or 3503282. OLE color: 3503282.

HSL color Cylindrical-coordinate representation of color #B27435: hue angle of 30.24º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B27435 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17811653-
CMYK00.350.700.30
HSL30.24º54.11%45.29%-
HSV(B)30.24º70.22%69.8%-
XYZ25.2522.216.32-
YUV127.3686.04164.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=51.30%
G=33.43%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781165300.350.700.3030.2454.1145.29
HexB27435023461E1e362d
Octal2621646504310636366655
Binary101100101110100110101010001110001101111011110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27435; }

 p { color: rgb(178,116,53); }

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

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

 a { background-color: rgb(178,116,53); }

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

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

 span { border-color: rgb(178,116,53); }

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