Html Css Color HEX #B36E32 Reno Sand

📋 copy color: '#B36E32'

red 179 ◦ green 110 ◦ blue 50

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

Shades of Reno Sand #B36E32

Tints of Reno Sand #B36E32

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

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

R = 52.8%
G = 32.45%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B36E32 (or 0xB36E32) is known color: Reno Sand. HEX triplet: B3, 6E and 32. RGB value is (179,110,50). Sum of RGB (Red+Green+Blue) = 179+110+50=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E32 is #4C91CD. Grayscale: #7C7C7C. Windows color (decimal): -5018062 or 3305139. OLE color: 3305139.

HSL color Cylindrical-coordinate representation of color #B36E32: hue angle of 27.91º 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 #B36E32 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 110 50 -
CMYK 0 0.39 0.72 0.30
HSL 27.91º 0.56% 0.45% -
HSV(B) 27.91º 0.72% 0.7% -
XYZ 24.74 20.97 5.76 -
YUV 123.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 179 110 50 0 0.39 0.72 0.30 27.91 0.56 0.45
Hex B3 6E 32 0 27 48 1E 1C 38 2D
Octal 263 156 62 0 47 110 36 34 70 55
Binary 10110011 1101110 110010 0 100111 1001000 11110 11100 111000 101101

Color Harmonies of #B36E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36E32

Black with #B36E32

Text Example


Text Example

White with #B36E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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