Html Css Color HEX #B16B33 Reno Sand

📋 copy color: '#B16B33'

red 177 ◦ green 107 ◦ blue 51

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

Shades of Reno Sand #B16B33

Tints of Reno Sand #B16B33

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 51 (20.31% from 255) = 15.22%

R = 52.84%
G = 31.94%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B16B33 (or 0xB16B33) is known color: Reno Sand. HEX triplet: B1, 6B and 33. RGB value is (177,107,51). Sum of RGB (Red+Green+Blue) = 177+107+51=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B33 is #4E94CC. Grayscale: #797979. Windows color (decimal): -5149901 or 3369905. OLE color: 3369905.

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

Color convert

RGB 177 107 51 -
CMYK 0 0.40 0.71 0.31
HSL 26.67º 0.55% 0.45% -
HSV(B) 26.67º 0.71% 0.69% -
XYZ 23.99 20.1 5.75 -
YUV 121.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 177 107 51 0 0.40 0.71 0.31 26.67 0.55 0.45
Hex B1 6B 33 0 28 47 1F 1B 37 2D
Octal 261 153 63 0 50 107 37 33 67 55
Binary 10110001 1101011 110011 0 101000 1000111 11111 11011 110111 101101

Color Harmonies of #B16B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B33

Black with #B16B33

Text Example


Text Example

White with #B16B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B33; }

 p { color: rgb(177,107,51); }

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

background-color css

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

 a { background-color: rgb(177,107,51); }

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

border-color css

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

 span { border-color: rgb(177,107,51); }

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