Html Css Color HEX #B46937 Reno Sand

📋 copy color: '#B46937'

red 180 ◦ green 105 ◦ blue 55

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

Shades of Reno Sand #B46937

Tints of Reno Sand #B46937

RGB

 RED value IS 180 (70.7% from 255) = 52.94%

 GREEN value IS 105 (41.41% from 255) = 30.88%

 BLUE value IS 55 (21.88% from 255) = 16.18%

R = 52.94%
G = 30.88%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B46937 (or 0xB46937) is known color: Reno Sand. HEX triplet: B4, 69 and 37. RGB value is (180,105,55). Sum of RGB (Red+Green+Blue) = 180+105+55=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B46937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46937 is #4B96C8. Grayscale: #797979. Windows color (decimal): -4953801 or 3631540. OLE color: 3631540.

HSL color Cylindrical-coordinate representation of color #B46937: hue angle of 24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B46937 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 55 -
CMYK 0 0.42 0.69 0.29
HSL 24º 0.53% 0.46% -
HSV(B) 24º 0.69% 0.71% -
XYZ 24.56 20.08 6.2 -
YUV 121.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 180 105 55 0 0.42 0.69 0.29 24 0.53 0.46
Hex B4 69 37 0 2A 45 1D 18 35 2E
Octal 264 151 67 0 52 105 35 30 65 56
Binary 10110100 1101001 110111 0 101010 1000101 11101 11000 110101 101110

Color Harmonies of #B46937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46937

Black with #B46937

Text Example


Text Example

White with #B46937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46937; }

 p { color: rgb(180,105,55); }

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

background-color css

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

 a { background-color: rgb(180,105,55); }

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

border-color css

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

 span { border-color: rgb(180,105,55); }

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