Html Css Color HEX #B16D2D Reno Sand

📋 copy color: '#B16D2D'

red 177 ◦ green 109 ◦ blue 45

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

Shades of Reno Sand #B16D2D

Tints of Reno Sand #B16D2D

RGB

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

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

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

R = 53.47%
G = 32.93%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B16D2D (or 0xB16D2D) is known color: Reno Sand. HEX triplet: B1, 6D and 2D. RGB value is (177,109,45). Sum of RGB (Red+Green+Blue) = 177+109+45=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D2D is #4E92D2. Grayscale: #7A7A7A. Windows color (decimal): -5149395 or 2977201. OLE color: 2977201.

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

Color convert

RGB 177 109 45 -
CMYK 0 0.38 0.75 0.31
HSL 29.09º 0.59% 0.44% -
HSV(B) 29.09º 0.75% 0.69% -
XYZ 24.07 20.47 5.17 -
YUV 122.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 177 109 45 0 0.38 0.75 0.31 29.09 0.59 0.44
Hex B1 6D 2D 0 26 4B 1F 1D 3B 2C
Octal 261 155 55 0 46 113 37 35 73 54
Binary 10110001 1101101 101101 0 100110 1001011 11111 11101 111011 101100

Color Harmonies of #B16D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16D2D

Black with #B16D2D

Text Example


Text Example

White with #B16D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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