Html Css Color HEX #B1671E Reno Sand

📋 copy color: '#B1671E'

red 177 ◦ green 103 ◦ blue 30

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

Shades of Reno Sand #B1671E

Tints of Reno Sand #B1671E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 57.1%
G = 33.23%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1671E (or 0xB1671E) is known color: Reno Sand. HEX triplet: B1, 67 and 1E. RGB value is (177,103,30). Sum of RGB (Red+Green+Blue) = 177+103+30=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1671E is #4E98E1. Grayscale: #757575. Windows color (decimal): -5150946 or 1992625. OLE color: 1992625.

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

Color convert

RGB 177 103 30 -
CMYK 0 0.42 0.83 0.31
HSL 29.8º 0.71% 0.41% -
HSV(B) 29.8º 0.83% 0.69% -
XYZ 23.22 19.14 3.7 -
YUV 116.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 177 103 30 0 0.42 0.83 0.31 29.8 0.71 0.41
Hex B1 67 1E 0 2A 53 1F 1E 47 29
Octal 261 147 36 0 52 123 37 36 107 51
Binary 10110001 1100111 11110 0 101010 1010011 11111 11110 1000111 101001

Color Harmonies of #B1671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1671E

Black with #B1671E

Text Example


Text Example

White with #B1671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1671E; }

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

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

background-color css

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

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

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

border-color css

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

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

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