Html Css Color HEX #B46823 Reno Sand

📋 copy color: '#B46823'

red 180 ◦ green 104 ◦ blue 35

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

Shades of Reno Sand #B46823

Tints of Reno Sand #B46823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.97%

R = 56.43%
G = 32.6%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B46823 (or 0xB46823) is known color: Reno Sand. HEX triplet: B4, 68 and 23. RGB value is (180,104,35). Sum of RGB (Red+Green+Blue) = 180+104+35=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B46823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46823 is #4B97DC. Grayscale: #777777. Windows color (decimal): -4954077 or 2320564. OLE color: 2320564.

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

Color convert

RGB 180 104 35 -
CMYK 0 0.42 0.81 0.29
HSL 28.55º 0.67% 0.42% -
HSV(B) 28.55º 0.81% 0.71% -
XYZ 24.08 19.73 4.13 -
YUV 118.86 80.68 171.61 -
System Red Green Blue C M Y K H S L
Decimal 180 104 35 0 0.42 0.81 0.29 28.55 0.67 0.42
Hex B4 68 23 0 2A 51 1D 1D 43 2A
Octal 264 150 43 0 52 121 35 35 103 52
Binary 10110100 1101000 100011 0 101010 1010001 11101 11101 1000011 101010

Color Harmonies of #B46823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46823

Black with #B46823

Text Example


Text Example

White with #B46823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46823; }

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

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

background-color css

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

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

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

border-color css

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

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

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