Html Css Color HEX #B1674B Sante Fe

📋 copy color: '#B1674B'

red 177 ◦ green 103 ◦ blue 75

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

Shades of Sante Fe #B1674B

Tints of Sante Fe #B1674B

RGB

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

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

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

R = 49.86%
G = 29.01%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1674B (or 0xB1674B) is known color: Sante Fe. HEX triplet: B1, 67 and 4B. RGB value is (177,103,75). Sum of RGB (Red+Green+Blue) = 177+103+75=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1674B is #4E98B4. Grayscale: #7A7A7A. Windows color (decimal): -5150901 or 4941745. OLE color: 4941745.

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

Color convert

RGB 177 103 75 -
CMYK 0 0.42 0.58 0.31
HSL 16.47º 0.4% 0.49% -
HSV(B) 16.47º 0.58% 0.69% -
XYZ 24.25 19.56 9.15 -
YUV 121.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 177 103 75 0 0.42 0.58 0.31 16.47 0.4 0.49
Hex B1 67 4B 0 2A 3A 1F 10 28 31
Octal 261 147 113 0 52 72 37 20 50 61
Binary 10110001 1100111 1001011 0 101010 111010 11111 10000 101000 110001

Color Harmonies of #B1674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1674B

Black with #B1674B

Text Example


Text Example

White with #B1674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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