Html Css Color HEX #B37536 Reno Sand

📋 copy color: '#B37536'

red 179 ◦ green 117 ◦ blue 54

#B37536
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reno Sand #B37536

Tints of Reno Sand #B37536

RGB

 RED value IS 179 (70.31% from 255) = 51.14%

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 54 (21.48% from 255) = 15.43%

R = 51.14%
G = 33.43%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B37536 (or 0xB37536) is known color: Reno Sand. HEX triplet: B3, 75 and 36. RGB value is (179,117,54). Sum of RGB (Red+Green+Blue) = 179+117+54=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B37536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37536 is #4C8AC9. Grayscale: #808080. Windows color (decimal): -5016266 or 3569075. OLE color: 3569075.

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

Color convert

RGB 179 117 54 -
CMYK 0 0.35 0.70 0.30
HSL 30.24º 0.54% 0.46% -
HSV(B) 30.24º 0.7% 0.7% -
XYZ 25.62 22.57 6.5 -
YUV 128.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 179 117 54 0 0.35 0.70 0.30 30.24 0.54 0.46
Hex B3 75 36 0 23 46 1E 1E 36 2E
Octal 263 165 66 0 43 106 36 36 66 56
Binary 10110011 1110101 110110 0 100011 1000110 11110 11110 110110 101110

Color Harmonies of #B37536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37536

Black with #B37536

Text Example


Text Example

White with #B37536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37536; }

 p { color: rgb(179,117,54); }

 H1.HeaderClassName
 {
   color: #B37536;
 }
 .AnyTagClassName
 {
   color: #B37536;
 }
</style>

background-color css

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

 a { background-color: rgb(179,117,54); }

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

border-color css

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

 span { border-color: rgb(179,117,54); }

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