Html Css Color HEX #B46E2E Reno Sand

📋 copy color: '#B46E2E'

red 180 ◦ green 110 ◦ blue 46

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

Shades of Reno Sand #B46E2E

Tints of Reno Sand #B46E2E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 46 (18.36% from 255) = 13.69%

R = 53.57%
G = 32.74%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B46E2E (or 0xB46E2E) is known color: Reno Sand. HEX triplet: B4, 6E and 2E. RGB value is (180,110,46). Sum of RGB (Red+Green+Blue) = 180+110+46=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E2E is #4B91D1. Grayscale: #7B7B7B. Windows color (decimal): -4952530 or 3042996. OLE color: 3042996.

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

Color convert

RGB 180 110 46 -
CMYK 0 0.39 0.74 0.29
HSL 28.66º 0.59% 0.44% -
HSV(B) 28.66º 0.74% 0.71% -
XYZ 24.89 21.05 5.34 -
YUV 123.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 180 110 46 0 0.39 0.74 0.29 28.66 0.59 0.44
Hex B4 6E 2E 0 27 4A 1D 1D 3B 2C
Octal 264 156 56 0 47 112 35 35 73 54
Binary 10110100 1101110 101110 0 100111 1001010 11101 11101 111011 101100

Color Harmonies of #B46E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46E2E

Black with #B46E2E

Text Example


Text Example

White with #B46E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46E2E; }

 p { color: rgb(180,110,46); }

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

background-color css

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

 a { background-color: rgb(180,110,46); }

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

border-color css

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

 span { border-color: rgb(180,110,46); }

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