Html Css Color HEX #B46C50 Sante Fe

📋 copy color: '#B46C50'

red 180 ◦ green 108 ◦ blue 80

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

Shades of Sante Fe #B46C50

Tints of Sante Fe #B46C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 48.91%
G = 29.35%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B46C50 (or 0xB46C50) is known color: Sante Fe. HEX triplet: B4, 6C and 50. RGB value is (180,108,80). Sum of RGB (Red+Green+Blue) = 180+108+80=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C50 is #4B93AF. Grayscale: #7E7E7E. Windows color (decimal): -4953008 or 5270708. OLE color: 5270708.

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

Color convert

RGB 180 108 80 -
CMYK 0 0.40 0.56 0.29
HSL 16.8º 0.4% 0.51% -
HSV(B) 16.8º 0.56% 0.71% -
XYZ 25.63 21.01 10.29 -
YUV 126.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 180 108 80 0 0.40 0.56 0.29 16.8 0.4 0.51
Hex B4 6C 50 0 28 38 1D 11 28 33
Octal 264 154 120 0 50 70 35 21 50 63
Binary 10110100 1101100 1010000 0 101000 111000 11101 10001 101000 110011

Color Harmonies of #B46C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C50

Black with #B46C50

Text Example


Text Example

White with #B46C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C50; }

 p { color: rgb(180,108,80); }

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

background-color css

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

 a { background-color: rgb(180,108,80); }

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

border-color css

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

 span { border-color: rgb(180,108,80); }

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