Html Css Color HEX #B16F35 Reno Sand

📋 copy color: '#B16F35'

red 177 ◦ green 111 ◦ blue 53

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

Shades of Reno Sand #B16F35

Tints of Reno Sand #B16F35

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

 BLUE value IS 53 (21.09% from 255) = 15.54%

R = 51.91%
G = 32.55%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B16F35 (or 0xB16F35) is known color: Reno Sand. HEX triplet: B1, 6F and 35. RGB value is (177,111,53). Sum of RGB (Red+Green+Blue) = 177+111+53=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F35 is #4E90CA. Grayscale: #7C7C7C. Windows color (decimal): -5148875 or 3502001. OLE color: 3502001.

HSL color Cylindrical-coordinate representation of color #B16F35: hue angle of 28.06º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B16F35 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 111 53 -
CMYK 0 0.37 0.70 0.31
HSL 28.06º 0.54% 0.45% -
HSV(B) 28.06º 0.7% 0.69% -
XYZ 24.46 20.97 6.13 -
YUV 124.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 177 111 53 0 0.37 0.70 0.31 28.06 0.54 0.45
Hex B1 6F 35 0 25 46 1F 1C 36 2D
Octal 261 157 65 0 45 106 37 34 66 55
Binary 10110001 1101111 110101 0 100101 1000110 11111 11100 110110 101101

Color Harmonies of #B16F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16F35

Black with #B16F35

Text Example


Text Example

White with #B16F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16F35; }

 p { color: rgb(177,111,53); }

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

background-color css

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

 a { background-color: rgb(177,111,53); }

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

border-color css

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

 span { border-color: rgb(177,111,53); }

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