Html Css Color HEX #B46B32 Reno Sand

📋 copy color: '#B46B32'

red 180 ◦ green 107 ◦ blue 50

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

Shades of Reno Sand #B46B32

Tints of Reno Sand #B46B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.75%

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

R = 53.41%
G = 31.75%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B46B32 (or 0xB46B32) is known color: Reno Sand. HEX triplet: B4, 6B and 32. RGB value is (180,107,50). Sum of RGB (Red+Green+Blue) = 180+107+50=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46B32 is #4B94CD. Grayscale: #7A7A7A. Windows color (decimal): -4953294 or 3304372. OLE color: 3304372.

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

Color convert

RGB 180 107 50 -
CMYK 0 0.41 0.72 0.29
HSL 26.31º 0.57% 0.45% -
HSV(B) 26.31º 0.72% 0.71% -
XYZ 24.66 20.45 5.67 -
YUV 122.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 180 107 50 0 0.41 0.72 0.29 26.31 0.57 0.45
Hex B4 6B 32 0 29 48 1D 1A 39 2D
Octal 264 153 62 0 51 110 35 32 71 55
Binary 10110100 1101011 110010 0 101001 1001000 11101 11010 111001 101101

Color Harmonies of #B46B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46B32

Black with #B46B32

Text Example


Text Example

White with #B46B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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