Html Css Color HEX #B16621 Reno Sand

📋 copy color: '#B16621'

red 177 ◦ green 102 ◦ blue 33

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

Shades of Reno Sand #B16621

Tints of Reno Sand #B16621

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.69%

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

R = 56.73%
G = 32.69%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B16621 (or 0xB16621) is known color: Reno Sand. HEX triplet: B1, 66 and 21. RGB value is (177,102,33). Sum of RGB (Red+Green+Blue) = 177+102+33=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B16621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16621 is #4E99DE. Grayscale: #747474. Windows color (decimal): -5151199 or 2188977. OLE color: 2188977.

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

Color convert

RGB 177 102 33 -
CMYK 0 0.42 0.81 0.31
HSL 28.75º 0.69% 0.41% -
HSV(B) 28.75º 0.81% 0.69% -
XYZ 23.16 18.96 3.88 -
YUV 116.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 177 102 33 0 0.42 0.81 0.31 28.75 0.69 0.41
Hex B1 66 21 0 2A 51 1F 1D 45 29
Octal 261 146 41 0 52 121 37 35 105 51
Binary 10110001 1100110 100001 0 101010 1010001 11111 11101 1000101 101001

Color Harmonies of #B16621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16621

Black with #B16621

Text Example


Text Example

White with #B16621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16621; }

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

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

background-color css

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

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

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

border-color css

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

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

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