Html Css Color HEX #B16A22 Reno Sand

📋 copy color: '#B16A22'

red 177 ◦ green 106 ◦ blue 34

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

Shades of Reno Sand #B16A22

Tints of Reno Sand #B16A22

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

 BLUE value IS 34 (13.67% from 255) = 10.73%

R = 55.84%
G = 33.44%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B16A22 (or 0xB16A22) is known color: Reno Sand. HEX triplet: B1, 6A and 22. RGB value is (177,106,34). Sum of RGB (Red+Green+Blue) = 177+106+34=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A22 is #4E95DD. Grayscale: #777777. Windows color (decimal): -5150174 or 2255537. OLE color: 2255537.

HSL color Cylindrical-coordinate representation of color #B16A22: hue angle of 30.21º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B16A22 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 106 34 -
CMYK 0 0.40 0.81 0.31
HSL 30.21º 0.68% 0.41% -
HSV(B) 30.21º 0.81% 0.69% -
XYZ 23.57 19.77 4.09 -
YUV 119.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 177 106 34 0 0.40 0.81 0.31 30.21 0.68 0.41
Hex B1 6A 22 0 28 51 1F 1E 44 29
Octal 261 152 42 0 50 121 37 36 104 51
Binary 10110001 1101010 100010 0 101000 1010001 11111 11110 1000100 101001

Color Harmonies of #B16A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16A22

Black with #B16A22

Text Example


Text Example

White with #B16A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16A22; }

 p { color: rgb(177,106,34); }

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

background-color css

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

 a { background-color: rgb(177,106,34); }

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

border-color css

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

 span { border-color: rgb(177,106,34); }

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