Html Css Color HEX #B46928 Reno Sand

📋 copy color: '#B46928'

red 180 ◦ green 105 ◦ blue 40

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

Shades of Reno Sand #B46928

Tints of Reno Sand #B46928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 55.38%
G = 32.31%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B46928 (or 0xB46928) is known color: Reno Sand. HEX triplet: B4, 69 and 28. RGB value is (180,105,40). Sum of RGB (Red+Green+Blue) = 180+105+40=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B46928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46928 is #4B96D7. Grayscale: #787878. Windows color (decimal): -4953816 or 2648500. OLE color: 2648500.

HSL color Cylindrical-coordinate representation of color #B46928: hue angle of 27.86º 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 #B46928 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 40 -
CMYK 0 0.42 0.78 0.29
HSL 27.86º 0.64% 0.43% -
HSV(B) 27.86º 0.78% 0.71% -
XYZ 24.26 19.96 4.58 -
YUV 120.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 180 105 40 0 0.42 0.78 0.29 27.86 0.64 0.43
Hex B4 69 28 0 2A 4E 1D 1C 40 2B
Octal 264 151 50 0 52 116 35 34 100 53
Binary 10110100 1101001 101000 0 101010 1001110 11101 11100 1000000 101011

Color Harmonies of #B46928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46928

Black with #B46928

Text Example


Text Example

White with #B46928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46928; }

 p { color: rgb(180,105,40); }

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

background-color css

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

 a { background-color: rgb(180,105,40); }

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

border-color css

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

 span { border-color: rgb(180,105,40); }

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