Html Css Color HEX #B16821 Reno Sand

📋 copy color: '#B16821'

red 177 ◦ green 104 ◦ blue 33

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

Shades of Reno Sand #B16821

Tints of Reno Sand #B16821

RGB

 RED value IS 177 (69.53% from 255) = 56.37%

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

 BLUE value IS 33 (13.28% from 255) = 10.51%

R = 56.37%
G = 33.12%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B16821 (or 0xB16821) is known color: Reno Sand. HEX triplet: B1, 68 and 21. RGB value is (177,104,33). Sum of RGB (Red+Green+Blue) = 177+104+33=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16821 is #4E97DE. Grayscale: #767676. Windows color (decimal): -5150687 or 2189489. OLE color: 2189489.

HSL color Cylindrical-coordinate representation of color #B16821: hue angle of 29.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B16821 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 104 33 -
CMYK 0 0.41 0.81 0.31
HSL 29.58º 0.69% 0.41% -
HSV(B) 29.58º 0.81% 0.69% -
XYZ 23.36 19.36 3.94 -
YUV 117.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 177 104 33 0 0.41 0.81 0.31 29.58 0.69 0.41
Hex B1 68 21 0 29 51 1F 1E 45 29
Octal 261 150 41 0 51 121 37 36 105 51
Binary 10110001 1101000 100001 0 101001 1010001 11111 11110 1000101 101001

Color Harmonies of #B16821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16821

Black with #B16821

Text Example


Text Example

White with #B16821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16821; }

 p { color: rgb(177,104,33); }

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

background-color css

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

 a { background-color: rgb(177,104,33); }

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

border-color css

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

 span { border-color: rgb(177,104,33); }

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