Html Css Color HEX #B46A2D Reno Sand

📋 copy color: '#B46A2D'

red 180 ◦ green 106 ◦ blue 45

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

Shades of Reno Sand #B46A2D

Tints of Reno Sand #B46A2D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 54.38%
G = 32.02%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B46A2D (or 0xB46A2D) is known color: Reno Sand. HEX triplet: B4, 6A and 2D. RGB value is (180,106,45). Sum of RGB (Red+Green+Blue) = 180+106+45=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46A2D is #4B95D2. Grayscale: #797979. Windows color (decimal): -4953555 or 2976436. OLE color: 2976436.

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

Color convert

RGB 180 106 45 -
CMYK 0 0.41 0.75 0.29
HSL 27.11º 0.6% 0.44% -
HSV(B) 27.11º 0.75% 0.71% -
XYZ 24.45 20.2 5.09 -
YUV 121.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 180 106 45 0 0.41 0.75 0.29 27.11 0.6 0.44
Hex B4 6A 2D 0 29 4B 1D 1B 3C 2C
Octal 264 152 55 0 51 113 35 33 74 54
Binary 10110100 1101010 101101 0 101001 1001011 11101 11011 111100 101100

Color Harmonies of #B46A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A2D

Black with #B46A2D

Text Example


Text Example

White with #B46A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A2D; }

 p { color: rgb(180,106,45); }

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

background-color css

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

 a { background-color: rgb(180,106,45); }

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

border-color css

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

 span { border-color: rgb(180,106,45); }

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