Html Css Color HEX #B1672E Reno Sand

📋 copy color: '#B1672E'

red 177 ◦ green 103 ◦ blue 46

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

Shades of Reno Sand #B1672E

Tints of Reno Sand #B1672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.11%

R = 54.29%
G = 31.6%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1672E (or 0xB1672E) is known color: Reno Sand. HEX triplet: B1, 67 and 2E. RGB value is (177,103,46). Sum of RGB (Red+Green+Blue) = 177+103+46=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B1672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1672E is #4E98D1. Grayscale: #767676. Windows color (decimal): -5150930 or 3041201. OLE color: 3041201.

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

Color convert

RGB 177 103 46 -
CMYK 0 0.42 0.74 0.31
HSL 26.11º 0.59% 0.44% -
HSV(B) 26.11º 0.74% 0.69% -
XYZ 23.47 19.24 5.06 -
YUV 118.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 177 103 46 0 0.42 0.74 0.31 26.11 0.59 0.44
Hex B1 67 2E 0 2A 4A 1F 1A 3B 2C
Octal 261 147 56 0 52 112 37 32 73 54
Binary 10110001 1100111 101110 0 101010 1001010 11111 11010 111011 101100

Color Harmonies of #B1672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1672E

Black with #B1672E

Text Example


Text Example

White with #B1672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1672E; }

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

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

background-color css

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

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

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

border-color css

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

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

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