Html Css Color HEX #B16430 Reno Sand

📋 copy color: '#B16430'

red 177 ◦ green 100 ◦ blue 48

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

Shades of Reno Sand #B16430

Tints of Reno Sand #B16430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 54.46%
G = 30.77%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B16430 (or 0xB16430) is known color: Reno Sand. HEX triplet: B1, 64 and 30. RGB value is (177,100,48). Sum of RGB (Red+Green+Blue) = 177+100+48=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B16430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16430 is #4E9BCF. Grayscale: #757575. Windows color (decimal): -5151696 or 3171505. OLE color: 3171505.

HSL color Cylindrical-coordinate representation of color #B16430: hue angle of 24.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B16430 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 100 48 -
CMYK 0 0.44 0.73 0.31
HSL 24.19º 0.57% 0.44% -
HSV(B) 24.19º 0.73% 0.69% -
XYZ 23.22 18.67 5.18 -
YUV 117.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 177 100 48 0 0.44 0.73 0.31 24.19 0.57 0.44
Hex B1 64 30 0 2C 49 1F 18 39 2C
Octal 261 144 60 0 54 111 37 30 71 54
Binary 10110001 1100100 110000 0 101100 1001001 11111 11000 111001 101100

Color Harmonies of #B16430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16430

Black with #B16430

Text Example


Text Example

White with #B16430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16430; }

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

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

background-color css

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

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

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

border-color css

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

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

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