Html Css Color HEX #B16432 Reno Sand

📋 copy color: '#B16432'

red 177 ◦ green 100 ◦ blue 50

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

Shades of Reno Sand #B16432

Tints of Reno Sand #B16432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 54.13%
G = 30.58%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B16432 (or 0xB16432) is known color: Reno Sand. HEX triplet: B1, 64 and 32. RGB value is (177,100,50). Sum of RGB (Red+Green+Blue) = 177+100+50=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B16432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16432 is #4E9BCD. Grayscale: #757575. Windows color (decimal): -5151694 or 3302577. OLE color: 3302577.

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

Color convert

RGB 177 100 50 -
CMYK 0 0.44 0.72 0.31
HSL 23.62º 0.56% 0.45% -
HSV(B) 23.62º 0.72% 0.69% -
XYZ 23.26 18.69 5.4 -
YUV 117.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 177 100 50 0 0.44 0.72 0.31 23.62 0.56 0.45
Hex B1 64 32 0 2C 48 1F 18 38 2D
Octal 261 144 62 0 54 110 37 30 70 55
Binary 10110001 1100100 110010 0 101100 1001000 11111 11000 111000 101101

Color Harmonies of #B16432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16432

Black with #B16432

Text Example


Text Example

White with #B16432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16432; }

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

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

background-color css

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

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

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

border-color css

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

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

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