#B27739

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

Shades of Reno Sand #B27739

Tints of Reno Sand #B27739

Color information

#B27739 (or 0xB27739) is unknown color: approx Reno Sand. HEX triplet: B2, 77 and 39. RGB value is (178,119,57). Sum of RGB (Red+Green+Blue) = 178+119+57=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B27739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27739 is #4D88C6. Grayscale: #818181. Windows color (decimal): -5081287 or 3766194. OLE color: 3766194.

HSL color Cylindrical-coordinate representation of color #B27739: hue angle of 30.74º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B27739 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17811957-
CMYK00.330.680.30
HSL30.74º51.49%46.08%-
HSV(B)30.74º67.98%69.8%-
XYZ25.722.956.95-
YUV129.5787.05162.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 57 (22.66% from 255) = 16.10%
R=50.28%
G=33.62%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781195700.330.680.3030.7451.4946.08
HexB27739021441E1f332e
Octal2621677104110436376356
Binary101100101110111111001010000110001001111011111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27739; }

 p { color: rgb(178,119,57); }

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

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

 a { background-color: rgb(178,119,57); }

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

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

 span { border-color: rgb(178,119,57); }

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