#B27534

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

Shades of Reno Sand #B27534

Tints of Reno Sand #B27534

Color information

#B27534 (or 0xB27534) is unknown color: approx Reno Sand. HEX triplet: B2, 75 and 34. RGB value is (178,117,52). Sum of RGB (Red+Green+Blue) = 178+117+52=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B27534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27534 is #4D8ACB. Grayscale: #808080. Windows color (decimal): -5081804 or 3438002. OLE color: 3438002.

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

Color convert

RGB17811752-
CMYK00.340.710.30
HSL30.95º54.78%45.1%-
HSV(B)30.95º70.79%69.8%-
XYZ25.3422.446.24-
YUV127.8385.21163.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=51.30%
G=33.72%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781175200.340.710.3030.9554.7845.1
HexB27534022471E1f372d
Octal2621656404210736376755
Binary101100101110101110100010001010001111111011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27534; }

 p { color: rgb(178,117,52); }

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

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

 a { background-color: rgb(178,117,52); }

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

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

 span { border-color: rgb(178,117,52); }

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