Html Css Color HEX #B1743B Reno Sand

📋 copy color: '#B1743B'

red 177 ◦ green 116 ◦ blue 59

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

Shades of Reno Sand #B1743B

Tints of Reno Sand #B1743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

 BLUE value IS 59 (23.44% from 255) = 16.76%

R = 50.28%
G = 32.95%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1743B (or 0xB1743B) is known color: Reno Sand. HEX triplet: B1, 74 and 3B. RGB value is (177,116,59). Sum of RGB (Red+Green+Blue) = 177+116+59=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1743B is #4E8BC4. Grayscale: #808080. Windows color (decimal): -5147589 or 3896497. OLE color: 3896497.

HSL color Cylindrical-coordinate representation of color #B1743B: hue angle of 28.98º degrees, saturation: 0.5, 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 #B1743B is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 116 59 -
CMYK 0 0.34 0.67 0.31
HSL 28.98º 0.5% 0.46% -
HSV(B) 28.98º 0.67% 0.69% -
XYZ 25.17 22.15 7.09 -
YUV 127.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 177 116 59 0 0.34 0.67 0.31 28.98 0.5 0.46
Hex B1 74 3B 0 22 43 1F 1D 32 2E
Octal 261 164 73 0 42 103 37 35 62 56
Binary 10110001 1110100 111011 0 100010 1000011 11111 11101 110010 101110

Color Harmonies of #B1743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1743B

Black with #B1743B

Text Example


Text Example

White with #B1743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1743B; }

 p { color: rgb(177,116,59); }

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

background-color css

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

 a { background-color: rgb(177,116,59); }

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

border-color css

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

 span { border-color: rgb(177,116,59); }

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