Html Css Color HEX #B47654 Sante Fe

📋 copy color: '#B47654'

red 180 ◦ green 118 ◦ blue 84

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

Shades of Sante Fe #B47654

Tints of Sante Fe #B47654

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

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

R = 47.12%
G = 30.89%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B47654 (or 0xB47654) is known color: Sante Fe. HEX triplet: B4, 76 and 54. RGB value is (180,118,84). Sum of RGB (Red+Green+Blue) = 180+118+84=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B47654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47654 is #4B89AB. Grayscale: #848484. Windows color (decimal): -4950444 or 5535412. OLE color: 5535412.

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

Color convert

RGB 180 118 84 -
CMYK 0 0.34 0.53 0.29
HSL 21.25º 0.39% 0.52% -
HSV(B) 21.25º 0.53% 0.71% -
XYZ 26.9 23.3 11.47 -
YUV 132.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 180 118 84 0 0.34 0.53 0.29 21.25 0.39 0.52
Hex B4 76 54 0 22 35 1D 15 27 34
Octal 264 166 124 0 42 65 35 25 47 64
Binary 10110100 1110110 1010100 0 100010 110101 11101 10101 100111 110100

Color Harmonies of #B47654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47654

Black with #B47654

Text Example


Text Example

White with #B47654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47654; }

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

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

background-color css

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

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

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

border-color css

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

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

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