Html Css Color HEX #B16532 Reno Sand

📋 copy color: '#B16532'

red 177 ◦ green 101 ◦ blue 50

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

Shades of Reno Sand #B16532

Tints of Reno Sand #B16532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 53.96%
G = 30.79%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B16532 (or 0xB16532) is known color: Reno Sand. HEX triplet: B1, 65 and 32. RGB value is (177,101,50). Sum of RGB (Red+Green+Blue) = 177+101+50=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B16532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16532 is #4E9ACD. Grayscale: #767676. Windows color (decimal): -5151438 or 3302833. OLE color: 3302833.

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

Color convert

RGB 177 101 50 -
CMYK 0 0.43 0.72 0.31
HSL 24.09º 0.56% 0.45% -
HSV(B) 24.09º 0.72% 0.69% -
XYZ 23.36 18.88 5.43 -
YUV 117.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 177 101 50 0 0.43 0.72 0.31 24.09 0.56 0.45
Hex B1 65 32 0 2B 48 1F 18 38 2D
Octal 261 145 62 0 53 110 37 30 70 55
Binary 10110001 1100101 110010 0 101011 1001000 11111 11000 111000 101101

Color Harmonies of #B16532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16532

Black with #B16532

Text Example


Text Example

White with #B16532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16532; }

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

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

background-color css

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

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

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

border-color css

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

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

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