Html Css Color HEX #B46829 Reno Sand

📋 copy color: '#B46829'

red 180 ◦ green 104 ◦ blue 41

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

Shades of Reno Sand #B46829

Tints of Reno Sand #B46829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32%

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 55.38%
G = 32%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B46829 (or 0xB46829) is known color: Reno Sand. HEX triplet: B4, 68 and 29. RGB value is (180,104,41). Sum of RGB (Red+Green+Blue) = 180+104+41=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B46829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46829 is #4B97D6. Grayscale: #777777. Windows color (decimal): -4954071 or 2713780. OLE color: 2713780.

HSL color Cylindrical-coordinate representation of color #B46829: hue angle of 27.19º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B46829 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 104 41 -
CMYK 0 0.42 0.77 0.29
HSL 27.19º 0.63% 0.43% -
HSV(B) 27.19º 0.77% 0.71% -
XYZ 24.17 19.76 4.64 -
YUV 119.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 180 104 41 0 0.42 0.77 0.29 27.19 0.63 0.43
Hex B4 68 29 0 2A 4D 1D 1B 3F 2B
Octal 264 150 51 0 52 115 35 33 77 53
Binary 10110100 1101000 101001 0 101010 1001101 11101 11011 111111 101011

Color Harmonies of #B46829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46829

Black with #B46829

Text Example


Text Example

White with #B46829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46829; }

 p { color: rgb(180,104,41); }

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

background-color css

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

 a { background-color: rgb(180,104,41); }

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

border-color css

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

 span { border-color: rgb(180,104,41); }

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