Html Css Color HEX #B46C31 Reno Sand

📋 copy color: '#B46C31'

red 180 ◦ green 108 ◦ blue 49

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

Shades of Reno Sand #B46C31

Tints of Reno Sand #B46C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

 BLUE value IS 49 (19.53% from 255) = 14.54%

R = 53.41%
G = 32.05%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B46C31 (or 0xB46C31) is known color: Reno Sand. HEX triplet: B4, 6C and 31. RGB value is (180,108,49). Sum of RGB (Red+Green+Blue) = 180+108+49=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C31 is #4B93CE. Grayscale: #7B7B7B. Windows color (decimal): -4953039 or 3239092. OLE color: 3239092.

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

Color convert

RGB 180 108 49 -
CMYK 0 0.40 0.73 0.29
HSL 27.02º 0.57% 0.45% -
HSV(B) 27.02º 0.73% 0.71% -
XYZ 24.74 20.65 5.59 -
YUV 122.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 180 108 49 0 0.40 0.73 0.29 27.02 0.57 0.45
Hex B4 6C 31 0 28 49 1D 1B 39 2D
Octal 264 154 61 0 50 111 35 33 71 55
Binary 10110100 1101100 110001 0 101000 1001001 11101 11011 111001 101101

Color Harmonies of #B46C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C31

Black with #B46C31

Text Example


Text Example

White with #B46C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C31; }

 p { color: rgb(180,108,49); }

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

background-color css

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

 a { background-color: rgb(180,108,49); }

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

border-color css

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

 span { border-color: rgb(180,108,49); }

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