Html Css Color HEX #B1681E Reno Sand

📋 copy color: '#B1681E'

red 177 ◦ green 104 ◦ blue 30

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

Shades of Reno Sand #B1681E

Tints of Reno Sand #B1681E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 56.91%
G = 33.44%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1681E (or 0xB1681E) is known color: Reno Sand. HEX triplet: B1, 68 and 1E. RGB value is (177,104,30). Sum of RGB (Red+Green+Blue) = 177+104+30=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1681E is #4E97E1. Grayscale: #757575. Windows color (decimal): -5150690 or 1992881. OLE color: 1992881.

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

Color convert

RGB 177 104 30 -
CMYK 0 0.41 0.83 0.31
HSL 30.2º 0.71% 0.41% -
HSV(B) 30.2º 0.83% 0.69% -
XYZ 23.32 19.34 3.73 -
YUV 117.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 177 104 30 0 0.41 0.83 0.31 30.2 0.71 0.41
Hex B1 68 1E 0 29 53 1F 1E 47 29
Octal 261 150 36 0 51 123 37 36 107 51
Binary 10110001 1101000 11110 0 101001 1010011 11111 11110 1000111 101001

Color Harmonies of #B1681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1681E

Black with #B1681E

Text Example


Text Example

White with #B1681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1681E; }

 p { color: rgb(177,104,30); }

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

background-color css

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

 a { background-color: rgb(177,104,30); }

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

border-color css

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

 span { border-color: rgb(177,104,30); }

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