Html Css Color HEX #B46653 Sante Fe

📋 copy color: '#B46653'

red 180 ◦ green 102 ◦ blue 83

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

Shades of Sante Fe #B46653

Tints of Sante Fe #B46653

RGB

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

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

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

R = 49.32%
G = 27.95%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B46653 (or 0xB46653) is known color: Sante Fe. HEX triplet: B4, 66 and 53. RGB value is (180,102,83). Sum of RGB (Red+Green+Blue) = 180+102+83=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B46653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46653 is #4B99AC. Grayscale: #7B7B7B. Windows color (decimal): -4954541 or 5465780. OLE color: 5465780.

HSL color Cylindrical-coordinate representation of color #B46653: hue angle of 11.75º 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 #B46653 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 83 -
CMYK 0 0.43 0.54 0.29
HSL 11.75º 0.39% 0.52% -
HSV(B) 11.75º 0.54% 0.71% -
XYZ 25.14 19.83 10.69 -
YUV 123.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 180 102 83 0 0.43 0.54 0.29 11.75 0.39 0.52
Hex B4 66 53 0 2B 36 1D C 27 34
Octal 264 146 123 0 53 66 35 14 47 64
Binary 10110100 1100110 1010011 0 101011 110110 11101 1100 100111 110100

Color Harmonies of #B46653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46653

Black with #B46653

Text Example


Text Example

White with #B46653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46653; }

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

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

background-color css

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

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

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

border-color css

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

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

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