Html Css Color HEX #B46C33 Reno Sand

📋 copy color: '#B46C33'

red 180 ◦ green 108 ◦ blue 51

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

Shades of Reno Sand #B46C33

Tints of Reno Sand #B46C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.04%

R = 53.1%
G = 31.86%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B46C33 (or 0xB46C33) is known color: Reno Sand. HEX triplet: B4, 6C and 33. RGB value is (180,108,51). Sum of RGB (Red+Green+Blue) = 180+108+51=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C33 is #4B93CC. Grayscale: #7B7B7B. Windows color (decimal): -4953037 or 3370164. OLE color: 3370164.

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

Color convert

RGB 180 108 51 -
CMYK 0 0.40 0.72 0.29
HSL 26.51º 0.56% 0.45% -
HSV(B) 26.51º 0.72% 0.71% -
XYZ 24.78 20.67 5.82 -
YUV 123.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 180 108 51 0 0.40 0.72 0.29 26.51 0.56 0.45
Hex B4 6C 33 0 28 48 1D 1B 38 2D
Octal 264 154 63 0 50 110 35 33 70 55
Binary 10110100 1101100 110011 0 101000 1001000 11101 11011 111000 101101

Color Harmonies of #B46C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C33

Black with #B46C33

Text Example


Text Example

White with #B46C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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