Html Css Color HEX #B46D27 Reno Sand

📋 copy color: '#B46D27'

red 180 ◦ green 109 ◦ blue 39

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

Shades of Reno Sand #B46D27

Tints of Reno Sand #B46D27

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.23%

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 54.88%
G = 33.23%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B46D27 (or 0xB46D27) is known color: Reno Sand. HEX triplet: B4, 6D and 27. RGB value is (180,109,39). Sum of RGB (Red+Green+Blue) = 180+109+39=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46D27 is #4B92D8. Grayscale: #7A7A7A. Windows color (decimal): -4952793 or 2583988. OLE color: 2583988.

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

Color convert

RGB 180 109 39 -
CMYK 0 0.39 0.78 0.29
HSL 29.79º 0.64% 0.43% -
HSV(B) 29.79º 0.78% 0.71% -
XYZ 24.66 20.79 4.63 -
YUV 122.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 180 109 39 0 0.39 0.78 0.29 29.79 0.64 0.43
Hex B4 6D 27 0 27 4E 1D 1E 40 2B
Octal 264 155 47 0 47 116 35 36 100 53
Binary 10110100 1101101 100111 0 100111 1001110 11101 11110 1000000 101011

Color Harmonies of #B46D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D27

Black with #B46D27

Text Example


Text Example

White with #B46D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D27; }

 p { color: rgb(180,109,39); }

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

background-color css

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

 a { background-color: rgb(180,109,39); }

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

border-color css

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

 span { border-color: rgb(180,109,39); }

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