Html Css Color HEX #B46D32 Reno Sand

📋 copy color: '#B46D32'

red 180 ◦ green 109 ◦ blue 50

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

Shades of Reno Sand #B46D32

Tints of Reno Sand #B46D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.15%

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

R = 53.1%
G = 32.15%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B46D32 (or 0xB46D32) is known color: Reno Sand. HEX triplet: B4, 6D and 32. RGB value is (180,109,50). Sum of RGB (Red+Green+Blue) = 180+109+50=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46D32 is #4B92CD. Grayscale: #7B7B7B. Windows color (decimal): -4952782 or 3304884. OLE color: 3304884.

HSL color Cylindrical-coordinate representation of color #B46D32: hue angle of 27.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B46D32 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 109 50 -
CMYK 0 0.39 0.72 0.29
HSL 27.23º 0.57% 0.45% -
HSV(B) 27.23º 0.72% 0.71% -
XYZ 24.87 20.87 5.74 -
YUV 123.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 180 109 50 0 0.39 0.72 0.29 27.23 0.57 0.45
Hex B4 6D 32 0 27 48 1D 1B 39 2D
Octal 264 155 62 0 47 110 35 33 71 55
Binary 10110100 1101101 110010 0 100111 1001000 11101 11011 111001 101101

Color Harmonies of #B46D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D32

Black with #B46D32

Text Example


Text Example

White with #B46D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D32; }

 p { color: rgb(180,109,50); }

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

background-color css

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

 a { background-color: rgb(180,109,50); }

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

border-color css

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

 span { border-color: rgb(180,109,50); }

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