Html Css Color HEX #B1773A Reno Sand

📋 copy color: '#B1773A'

red 177 ◦ green 119 ◦ blue 58

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

Shades of Reno Sand #B1773A

Tints of Reno Sand #B1773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 50%
G = 33.62%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1773A (or 0xB1773A) is known color: Reno Sand. HEX triplet: B1, 77 and 3A. RGB value is (177,119,58). Sum of RGB (Red+Green+Blue) = 177+119+58=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1773A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1773A is #4E88C5. Grayscale: #818181. Windows color (decimal): -5146822 or 3831729. OLE color: 3831729.

HSL color Cylindrical-coordinate representation of color #B1773A: hue angle of 30.76º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1773A is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 119 58 -
CMYK 0 0.33 0.67 0.31
HSL 30.76º 0.51% 0.46% -
HSV(B) 30.76º 0.67% 0.69% -
XYZ 25.49 22.85 7.07 -
YUV 129.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 177 119 58 0 0.33 0.67 0.31 30.76 0.51 0.46
Hex B1 77 3A 0 21 43 1F 1F 33 2E
Octal 261 167 72 0 41 103 37 37 63 56
Binary 10110001 1110111 111010 0 100001 1000011 11111 11111 110011 101110

Color Harmonies of #B1773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1773A

Black with #B1773A

Text Example


Text Example

White with #B1773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1773A; }

 p { color: rgb(177,119,58); }

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

background-color css

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

 a { background-color: rgb(177,119,58); }

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

border-color css

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

 span { border-color: rgb(177,119,58); }

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