Html Css Color HEX #B16730 Reno Sand

📋 copy color: '#B16730'

red 177 ◦ green 103 ◦ blue 48

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

Shades of Reno Sand #B16730

Tints of Reno Sand #B16730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 53.96%
G = 31.4%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B16730 (or 0xB16730) is known color: Reno Sand. HEX triplet: B1, 67 and 30. RGB value is (177,103,48). Sum of RGB (Red+Green+Blue) = 177+103+48=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B16730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16730 is #4E98CF. Grayscale: #777777. Windows color (decimal): -5150928 or 3172273. OLE color: 3172273.

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

Color convert

RGB 177 103 48 -
CMYK 0 0.42 0.73 0.31
HSL 25.58º 0.57% 0.44% -
HSV(B) 25.58º 0.73% 0.69% -
XYZ 23.52 19.26 5.27 -
YUV 118.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 177 103 48 0 0.42 0.73 0.31 25.58 0.57 0.44
Hex B1 67 30 0 2A 49 1F 1A 39 2C
Octal 261 147 60 0 52 111 37 32 71 54
Binary 10110001 1100111 110000 0 101010 1001001 11111 11010 111001 101100

Color Harmonies of #B16730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16730

Black with #B16730

Text Example


Text Example

White with #B16730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16730; }

 p { color: rgb(177,103,48); }

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

background-color css

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

 a { background-color: rgb(177,103,48); }

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

border-color css

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

 span { border-color: rgb(177,103,48); }

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