Html Css Color HEX #B46825 Reno Sand

📋 copy color: '#B46825'

red 180 ◦ green 104 ◦ blue 37

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

Shades of Reno Sand #B46825

Tints of Reno Sand #B46825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 56.07%
G = 32.4%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B46825 (or 0xB46825) is known color: Reno Sand. HEX triplet: B4, 68 and 25. RGB value is (180,104,37). Sum of RGB (Red+Green+Blue) = 180+104+37=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B46825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46825 is #4B97DA. Grayscale: #777777. Windows color (decimal): -4954075 or 2451636. OLE color: 2451636.

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

Color convert

RGB 180 104 37 -
CMYK 0 0.42 0.79 0.29
HSL 28.11º 0.66% 0.43% -
HSV(B) 28.11º 0.79% 0.71% -
XYZ 24.11 19.74 4.29 -
YUV 119.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 180 104 37 0 0.42 0.79 0.29 28.11 0.66 0.43
Hex B4 68 25 0 2A 4F 1D 1C 42 2B
Octal 264 150 45 0 52 117 35 34 102 53
Binary 10110100 1101000 100101 0 101010 1001111 11101 11100 1000010 101011

Color Harmonies of #B46825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46825

Black with #B46825

Text Example


Text Example

White with #B46825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46825; }

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

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

background-color css

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

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

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

border-color css

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

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

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