Html Css Color HEX #B16728 Reno Sand

📋 copy color: '#B16728'

red 177 ◦ green 103 ◦ blue 40

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

Shades of Reno Sand #B16728

Tints of Reno Sand #B16728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 55.31%
G = 32.19%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B16728 (or 0xB16728) is known color: Reno Sand. HEX triplet: B1, 67 and 28. RGB value is (177,103,40). Sum of RGB (Red+Green+Blue) = 177+103+40=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B16728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16728 is #4E98D7. Grayscale: #767676. Windows color (decimal): -5150936 or 2647985. OLE color: 2647985.

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

Color convert

RGB 177 103 40 -
CMYK 0 0.42 0.77 0.31
HSL 27.59º 0.63% 0.43% -
HSV(B) 27.59º 0.77% 0.69% -
XYZ 23.36 19.2 4.48 -
YUV 117.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 177 103 40 0 0.42 0.77 0.31 27.59 0.63 0.43
Hex B1 67 28 0 2A 4D 1F 1C 3F 2B
Octal 261 147 50 0 52 115 37 34 77 53
Binary 10110001 1100111 101000 0 101010 1001101 11111 11100 111111 101011

Color Harmonies of #B16728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16728

Black with #B16728

Text Example


Text Example

White with #B16728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16728; }

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

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

background-color css

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

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

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

border-color css

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

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

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