Html Css Color HEX #B16B2D Reno Sand

📋 copy color: '#B16B2D'

red 177 ◦ green 107 ◦ blue 45

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

Shades of Reno Sand #B16B2D

Tints of Reno Sand #B16B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 53.8%
G = 32.52%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B16B2D (or 0xB16B2D) is known color: Reno Sand. HEX triplet: B1, 6B and 2D. RGB value is (177,107,45). Sum of RGB (Red+Green+Blue) = 177+107+45=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B2D is #4E94D2. Grayscale: #797979. Windows color (decimal): -5149907 or 2976689. OLE color: 2976689.

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

Color convert

RGB 177 107 45 -
CMYK 0 0.40 0.75 0.31
HSL 28.18º 0.59% 0.44% -
HSV(B) 28.18º 0.75% 0.69% -
XYZ 23.86 20.05 5.1 -
YUV 120.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 177 107 45 0 0.40 0.75 0.31 28.18 0.59 0.44
Hex B1 6B 2D 0 28 4B 1F 1C 3B 2C
Octal 261 153 55 0 50 113 37 34 73 54
Binary 10110001 1101011 101101 0 101000 1001011 11111 11100 111011 101100

Color Harmonies of #B16B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B2D

Black with #B16B2D

Text Example


Text Example

White with #B16B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B2D; }

 p { color: rgb(177,107,45); }

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

background-color css

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

 a { background-color: rgb(177,107,45); }

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

border-color css

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

 span { border-color: rgb(177,107,45); }

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