Html Css Color HEX #B16632 Reno Sand

📋 copy color: '#B16632'

red 177 ◦ green 102 ◦ blue 50

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

Shades of Reno Sand #B16632

Tints of Reno Sand #B16632

RGB

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

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

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

R = 53.8%
G = 31%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B16632 (or 0xB16632) is known color: Reno Sand. HEX triplet: B1, 66 and 32. RGB value is (177,102,50). Sum of RGB (Red+Green+Blue) = 177+102+50=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B16632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16632 is #4E99CD. Grayscale: #767676. Windows color (decimal): -5151182 or 3303089. OLE color: 3303089.

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

Color convert

RGB 177 102 50 -
CMYK 0 0.42 0.72 0.31
HSL 24.57º 0.56% 0.45% -
HSV(B) 24.57º 0.72% 0.69% -
XYZ 23.46 19.08 5.46 -
YUV 118.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 177 102 50 0 0.42 0.72 0.31 24.57 0.56 0.45
Hex B1 66 32 0 2A 48 1F 19 38 2D
Octal 261 146 62 0 52 110 37 31 70 55
Binary 10110001 1100110 110010 0 101010 1001000 11111 11001 111000 101101

Color Harmonies of #B16632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16632

Black with #B16632

Text Example


Text Example

White with #B16632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16632; }

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

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

background-color css

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

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

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

border-color css

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

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

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