Html Css Color HEX #B16528 Reno Sand

📋 copy color: '#B16528'

red 177 ◦ green 101 ◦ blue 40

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

Shades of Reno Sand #B16528

Tints of Reno Sand #B16528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

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

R = 55.66%
G = 31.76%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B16528 (or 0xB16528) is known color: Reno Sand. HEX triplet: B1, 65 and 28. RGB value is (177,101,40). Sum of RGB (Red+Green+Blue) = 177+101+40=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B16528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16528 is #4E9AD7. Grayscale: #757575. Windows color (decimal): -5151448 or 2647473. OLE color: 2647473.

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

Color convert

RGB 177 101 40 -
CMYK 0 0.43 0.77 0.31
HSL 26.72º 0.63% 0.43% -
HSV(B) 26.72º 0.77% 0.69% -
XYZ 23.17 18.81 4.42 -
YUV 116.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 177 101 40 0 0.43 0.77 0.31 26.72 0.63 0.43
Hex B1 65 28 0 2B 4D 1F 1B 3F 2B
Octal 261 145 50 0 53 115 37 33 77 53
Binary 10110001 1100101 101000 0 101011 1001101 11111 11011 111111 101011

Color Harmonies of #B16528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16528

Black with #B16528

Text Example


Text Example

White with #B16528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16528; }

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

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

background-color css

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

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

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

border-color css

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

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

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