Html Css Color HEX #B46651 Sante Fe

📋 copy color: '#B46651'

red 180 ◦ green 102 ◦ blue 81

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

Shades of Sante Fe #B46651

Tints of Sante Fe #B46651

RGB

 RED value IS 180 (70.7% from 255) = 49.59%

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 81 (32.03% from 255) = 22.31%

R = 49.59%
G = 28.1%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B46651 (or 0xB46651) is known color: Sante Fe. HEX triplet: B4, 66 and 51. RGB value is (180,102,81). Sum of RGB (Red+Green+Blue) = 180+102+81=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B46651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46651 is #4B99AE. Grayscale: #7B7B7B. Windows color (decimal): -4954543 or 5334708. OLE color: 5334708.

HSL color Cylindrical-coordinate representation of color #B46651: hue angle of 12.73º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B46651 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 81 -
CMYK 0 0.43 0.55 0.29
HSL 12.73º 0.4% 0.51% -
HSV(B) 12.73º 0.55% 0.71% -
XYZ 25.06 19.8 10.29 -
YUV 122.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 180 102 81 0 0.43 0.55 0.29 12.73 0.4 0.51
Hex B4 66 51 0 2B 37 1D D 28 33
Octal 264 146 121 0 53 67 35 15 50 63
Binary 10110100 1100110 1010001 0 101011 110111 11101 1101 101000 110011

Color Harmonies of #B46651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46651

Black with #B46651

Text Example


Text Example

White with #B46651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46651; }

 p { color: rgb(180,102,81); }

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

background-color css

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

 a { background-color: rgb(180,102,81); }

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

border-color css

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

 span { border-color: rgb(180,102,81); }

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