Html Css Color HEX #B46754 Sante Fe

📋 copy color: '#B46754'

red 180 ◦ green 103 ◦ blue 84

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

Shades of Sante Fe #B46754

Tints of Sante Fe #B46754

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.07%

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 49.05%
G = 28.07%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B46754 (or 0xB46754) is known color: Sante Fe. HEX triplet: B4, 67 and 54. RGB value is (180,103,84). Sum of RGB (Red+Green+Blue) = 180+103+84=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B46754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46754 is #4B98AB. Grayscale: #7C7C7C. Windows color (decimal): -4954284 or 5531572. OLE color: 5531572.

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

Color convert

RGB 180 103 84 -
CMYK 0 0.43 0.53 0.29
HSL 11.88º 0.39% 0.52% -
HSV(B) 11.88º 0.53% 0.71% -
XYZ 25.27 20.04 10.92 -
YUV 123.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 180 103 84 0 0.43 0.53 0.29 11.88 0.39 0.52
Hex B4 67 54 0 2B 35 1D C 27 34
Octal 264 147 124 0 53 65 35 14 47 64
Binary 10110100 1100111 1010100 0 101011 110101 11101 1100 100111 110100

Color Harmonies of #B46754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46754

Black with #B46754

Text Example


Text Example

White with #B46754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46754; }

 p { color: rgb(180,103,84); }

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

background-color css

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

 a { background-color: rgb(180,103,84); }

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

border-color css

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

 span { border-color: rgb(180,103,84); }

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