Html Css Color HEX #B16C30 Reno Sand

📋 copy color: '#B16C30'

red 177 ◦ green 108 ◦ blue 48

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

Shades of Reno Sand #B16C30

Tints of Reno Sand #B16C30

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

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

R = 53.15%
G = 32.43%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B16C30 (or 0xB16C30) is known color: Reno Sand. HEX triplet: B1, 6C and 30. RGB value is (177,108,48). Sum of RGB (Red+Green+Blue) = 177+108+48=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C30 is #4E93CF. Grayscale: #7A7A7A. Windows color (decimal): -5149648 or 3173553. OLE color: 3173553.

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

Color convert

RGB 177 108 48 -
CMYK 0 0.39 0.73 0.31
HSL 27.91º 0.57% 0.44% -
HSV(B) 27.91º 0.73% 0.69% -
XYZ 24.03 20.29 5.45 -
YUV 121.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 177 108 48 0 0.39 0.73 0.31 27.91 0.57 0.44
Hex B1 6C 30 0 27 49 1F 1C 39 2C
Octal 261 154 60 0 47 111 37 34 71 54
Binary 10110001 1101100 110000 0 100111 1001001 11111 11100 111001 101100

Color Harmonies of #B16C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C30

Black with #B16C30

Text Example


Text Example

White with #B16C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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