Html Css Color HEX #B16628 Reno Sand

📋 copy color: '#B16628'

red 177 ◦ green 102 ◦ blue 40

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

Shades of Reno Sand #B16628

Tints of Reno Sand #B16628

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

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

R = 55.49%
G = 31.97%
B = 12.54%

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

#B16628 (or 0xB16628) is known color: Reno Sand. HEX triplet: B1, 66 and 28. RGB value is (177,102,40). Sum of RGB (Red+Green+Blue) = 177+102+40=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B16628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16628 is #4E99D7. Grayscale: #757575. Windows color (decimal): -5151192 or 2647729. OLE color: 2647729.

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

Color convert

RGB 177 102 40 -
CMYK 0 0.42 0.77 0.31
HSL 27.15º 0.63% 0.43% -
HSV(B) 27.15º 0.77% 0.69% -
XYZ 23.27 19 4.45 -
YUV 117.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 177 102 40 0 0.42 0.77 0.31 27.15 0.63 0.43
Hex B1 66 28 0 2A 4D 1F 1B 3F 2B
Octal 261 146 50 0 52 115 37 33 77 53
Binary 10110001 1100110 101000 0 101010 1001101 11111 11011 111111 101011

Color Harmonies of #B16628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16628

Black with #B16628

Text Example


Text Example

White with #B16628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16628; }

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

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

background-color css

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

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

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

border-color css

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

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

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