Html Css Color HEX #B1671D Reno Sand

📋 copy color: '#B1671D'

red 177 ◦ green 103 ◦ blue 29

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

Shades of Reno Sand #B1671D

Tints of Reno Sand #B1671D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.39%

R = 57.28%
G = 33.33%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1671D (or 0xB1671D) is known color: Reno Sand. HEX triplet: B1, 67 and 1D. RGB value is (177,103,29). Sum of RGB (Red+Green+Blue) = 177+103+29=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1671D is #4E98E2. Grayscale: #757575. Windows color (decimal): -5150947 or 1927089. OLE color: 1927089.

HSL color Cylindrical-coordinate representation of color #B1671D: hue angle of 30º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1671D is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 103 29 -
CMYK 0 0.42 0.84 0.31
HSL 30º 0.72% 0.4% -
HSV(B) 30º 0.84% 0.69% -
XYZ 23.2 19.14 3.63 -
YUV 116.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 177 103 29 0 0.42 0.84 0.31 30 0.72 0.4
Hex B1 67 1D 0 2A 54 1F 1E 48 28
Octal 261 147 35 0 52 124 37 36 110 50
Binary 10110001 1100111 11101 0 101010 1010100 11111 11110 1001000 101000

Color Harmonies of #B1671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1671D

Black with #B1671D

Text Example


Text Example

White with #B1671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1671D; }

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

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

background-color css

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

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

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

border-color css

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

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

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