Html Css Color HEX #B16B25 Reno Sand

📋 copy color: '#B16B25'

red 177 ◦ green 107 ◦ blue 37

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

Shades of Reno Sand #B16B25

Tints of Reno Sand #B16B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 55.14%
G = 33.33%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B16B25 (or 0xB16B25) is known color: Reno Sand. HEX triplet: B1, 6B and 25. RGB value is (177,107,37). Sum of RGB (Red+Green+Blue) = 177+107+37=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B25 is #4E94DA. Grayscale: #787878. Windows color (decimal): -5149915 or 2452401. OLE color: 2452401.

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

Color convert

RGB 177 107 37 -
CMYK 0 0.40 0.79 0.31
HSL 30º 0.65% 0.42% -
HSV(B) 30º 0.79% 0.69% -
XYZ 23.72 20 4.36 -
YUV 119.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 177 107 37 0 0.40 0.79 0.31 30 0.65 0.42
Hex B1 6B 25 0 28 4F 1F 1E 41 2A
Octal 261 153 45 0 50 117 37 36 101 52
Binary 10110001 1101011 100101 0 101000 1001111 11111 11110 1000001 101010

Color Harmonies of #B16B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B25

Black with #B16B25

Text Example


Text Example

White with #B16B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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