Html Css Color HEX #B1684B Sante Fe

📋 copy color: '#B1684B'

red 177 ◦ green 104 ◦ blue 75

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

Shades of Sante Fe #B1684B

Tints of Sante Fe #B1684B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 49.72%
G = 29.21%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1684B (or 0xB1684B) is known color: Sante Fe. HEX triplet: B1, 68 and 4B. RGB value is (177,104,75). Sum of RGB (Red+Green+Blue) = 177+104+75=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1684B is #4E97B4. Grayscale: #7A7A7A. Windows color (decimal): -5150645 or 4942001. OLE color: 4942001.

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

Color convert

RGB 177 104 75 -
CMYK 0 0.41 0.58 0.31
HSL 17.06º 0.4% 0.49% -
HSV(B) 17.06º 0.58% 0.69% -
XYZ 24.35 19.76 9.19 -
YUV 122.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 177 104 75 0 0.41 0.58 0.31 17.06 0.4 0.49
Hex B1 68 4B 0 29 3A 1F 11 28 31
Octal 261 150 113 0 51 72 37 21 50 61
Binary 10110001 1101000 1001011 0 101001 111010 11111 10001 101000 110001

Color Harmonies of #B1684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1684B

Black with #B1684B

Text Example


Text Example

White with #B1684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1684B; }

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

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

background-color css

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

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

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

border-color css

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

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

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