Html Css Color HEX #B1624E Sante Fe

📋 copy color: '#B1624E'

red 177 ◦ green 98 ◦ blue 78

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

Shades of Sante Fe #B1624E

Tints of Sante Fe #B1624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 50.14%
G = 27.76%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1624E (or 0xB1624E) is known color: Sante Fe. HEX triplet: B1, 62 and 4E. RGB value is (177,98,78). Sum of RGB (Red+Green+Blue) = 177+98+78=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1624E is #4E9DB1. Grayscale: #777777. Windows color (decimal): -5152178 or 5137073. OLE color: 5137073.

HSL color Cylindrical-coordinate representation of color #B1624E: hue angle of 12.12º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1624E is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 98 78 -
CMYK 0 0.45 0.56 0.31
HSL 12.12º 0.39% 0.5% -
HSV(B) 12.12º 0.56% 0.69% -
XYZ 23.87 18.63 9.55 -
YUV 119.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 177 98 78 0 0.45 0.56 0.31 12.12 0.39 0.5
Hex B1 62 4E 0 2D 38 1F C 27 32
Octal 261 142 116 0 55 70 37 14 47 62
Binary 10110001 1100010 1001110 0 101101 111000 11111 1100 100111 110010

Color Harmonies of #B1624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1624E

Black with #B1624E

Text Example


Text Example

White with #B1624E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1624E; }

 p { color: rgb(177,98,78); }

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

background-color css

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

 a { background-color: rgb(177,98,78); }

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

border-color css

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

 span { border-color: rgb(177,98,78); }

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