Html Css Color HEX #B16534 Reno Sand

📋 copy color: '#B16534'

red 177 ◦ green 101 ◦ blue 52

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

Shades of Reno Sand #B16534

Tints of Reno Sand #B16534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

 BLUE value IS 52 (20.7% from 255) = 15.76%

R = 53.64%
G = 30.61%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B16534 (or 0xB16534) is known color: Reno Sand. HEX triplet: B1, 65 and 34. RGB value is (177,101,52). Sum of RGB (Red+Green+Blue) = 177+101+52=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B16534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16534 is #4E9ACB. Grayscale: #767676. Windows color (decimal): -5151436 or 3433905. OLE color: 3433905.

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

Color convert

RGB 177 101 52 -
CMYK 0 0.43 0.71 0.31
HSL 23.52º 0.55% 0.45% -
HSV(B) 23.52º 0.71% 0.69% -
XYZ 23.4 18.9 5.66 -
YUV 118.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 177 101 52 0 0.43 0.71 0.31 23.52 0.55 0.45
Hex B1 65 34 0 2B 47 1F 18 37 2D
Octal 261 145 64 0 53 107 37 30 67 55
Binary 10110001 1100101 110100 0 101011 1000111 11111 11000 110111 101101

Color Harmonies of #B16534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16534

Black with #B16534

Text Example


Text Example

White with #B16534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16534; }

 p { color: rgb(177,101,52); }

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

background-color css

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

 a { background-color: rgb(177,101,52); }

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

border-color css

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

 span { border-color: rgb(177,101,52); }

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