Html Css Color HEX #B1692B Reno Sand

📋 copy color: '#B1692B'

red 177 ◦ green 105 ◦ blue 43

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

Shades of Reno Sand #B1692B

Tints of Reno Sand #B1692B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 54.46%
G = 32.31%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1692B (or 0xB1692B) is known color: Reno Sand. HEX triplet: B1, 69 and 2B. RGB value is (177,105,43). Sum of RGB (Red+Green+Blue) = 177+105+43=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1692B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1692B is #4E96D4. Grayscale: #777777. Windows color (decimal): -5150421 or 2845105. OLE color: 2845105.

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

Color convert

RGB 177 105 43 -
CMYK 0 0.41 0.76 0.31
HSL 27.76º 0.61% 0.43% -
HSV(B) 27.76º 0.76% 0.69% -
XYZ 23.62 19.62 4.83 -
YUV 119.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 177 105 43 0 0.41 0.76 0.31 27.76 0.61 0.43
Hex B1 69 2B 0 29 4C 1F 1C 3D 2B
Octal 261 151 53 0 51 114 37 34 75 53
Binary 10110001 1101001 101011 0 101001 1001100 11111 11100 111101 101011

Color Harmonies of #B1692B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1692B

Black with #B1692B

Text Example


Text Example

White with #B1692B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1692B; }

 p { color: rgb(177,105,43); }

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

background-color css

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

 a { background-color: rgb(177,105,43); }

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

border-color css

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

 span { border-color: rgb(177,105,43); }

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