Html Css Color HEX #B37032 Reno Sand

📋 copy color: '#B37032'

red 179 ◦ green 112 ◦ blue 50

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

Shades of Reno Sand #B37032

Tints of Reno Sand #B37032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 52.49%
G = 32.84%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B37032 (or 0xB37032) is known color: Reno Sand. HEX triplet: B3, 70 and 32. RGB value is (179,112,50). Sum of RGB (Red+Green+Blue) = 179+112+50=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B37032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37032 is #4C8FCD. Grayscale: #7D7D7D. Windows color (decimal): -5017550 or 3305651. OLE color: 3305651.

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

Color convert

RGB 179 112 50 -
CMYK 0 0.37 0.72 0.30
HSL 28.84º 0.56% 0.45% -
HSV(B) 28.84º 0.72% 0.7% -
XYZ 24.96 21.4 5.83 -
YUV 124.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 179 112 50 0 0.37 0.72 0.30 28.84 0.56 0.45
Hex B3 70 32 0 25 48 1E 1D 38 2D
Octal 263 160 62 0 45 110 36 35 70 55
Binary 10110011 1110000 110010 0 100101 1001000 11110 11101 111000 101101

Color Harmonies of #B37032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37032

Black with #B37032

Text Example


Text Example

White with #B37032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37032; }

 p { color: rgb(179,112,50); }

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

background-color css

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

 a { background-color: rgb(179,112,50); }

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

border-color css

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

 span { border-color: rgb(179,112,50); }

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