Html Css Color HEX #B46C2C Reno Sand

📋 copy color: '#B46C2C'

red 180 ◦ green 108 ◦ blue 44

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

Shades of Reno Sand #B46C2C

Tints of Reno Sand #B46C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 54.22%
G = 32.53%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B46C2C (or 0xB46C2C) is known color: Reno Sand. HEX triplet: B4, 6C and 2C. RGB value is (180,108,44). Sum of RGB (Red+Green+Blue) = 180+108+44=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C2C is #4B93D3. Grayscale: #7A7A7A. Windows color (decimal): -4953044 or 2911412. OLE color: 2911412.

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

Color convert

RGB 180 108 44 -
CMYK 0 0.40 0.76 0.29
HSL 28.24º 0.61% 0.44% -
HSV(B) 28.24º 0.76% 0.71% -
XYZ 24.64 20.61 5.06 -
YUV 122.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 180 108 44 0 0.40 0.76 0.29 28.24 0.61 0.44
Hex B4 6C 2C 0 28 4C 1D 1C 3D 2C
Octal 264 154 54 0 50 114 35 34 75 54
Binary 10110100 1101100 101100 0 101000 1001100 11101 11100 111101 101100

Color Harmonies of #B46C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C2C

Black with #B46C2C

Text Example


Text Example

White with #B46C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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