Html Css Color HEX #B46553 Sante Fe

📋 copy color: '#B46553'

red 180 ◦ green 101 ◦ blue 83

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

Shades of Sante Fe #B46553

Tints of Sante Fe #B46553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 49.45%
G = 27.75%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B46553 (or 0xB46553) is known color: Sante Fe. HEX triplet: B4, 65 and 53. RGB value is (180,101,83). Sum of RGB (Red+Green+Blue) = 180+101+83=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B46553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46553 is #4B9AAC. Grayscale: #7A7A7A. Windows color (decimal): -4954797 or 5465524. OLE color: 5465524.

HSL color Cylindrical-coordinate representation of color #B46553: hue angle of 11.13º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B46553 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 101 83 -
CMYK 0 0.44 0.54 0.29
HSL 11.13º 0.39% 0.52% -
HSV(B) 11.13º 0.54% 0.71% -
XYZ 25.04 19.64 10.65 -
YUV 122.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 180 101 83 0 0.44 0.54 0.29 11.13 0.39 0.52
Hex B4 65 53 0 2C 36 1D B 27 34
Octal 264 145 123 0 54 66 35 13 47 64
Binary 10110100 1100101 1010011 0 101100 110110 11101 1011 100111 110100

Color Harmonies of #B46553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46553

Black with #B46553

Text Example


Text Example

White with #B46553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46553; }

 p { color: rgb(180,101,83); }

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

background-color css

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

 a { background-color: rgb(180,101,83); }

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

border-color css

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

 span { border-color: rgb(180,101,83); }

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