Html Css Color HEX #B47953 Sante Fe

📋 copy color: '#B47953'

red 180 ◦ green 121 ◦ blue 83

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

Shades of Sante Fe #B47953

Tints of Sante Fe #B47953

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.51%

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

R = 46.88%
G = 31.51%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B47953 (or 0xB47953) is known color: Sante Fe. HEX triplet: B4, 79 and 53. RGB value is (180,121,83). Sum of RGB (Red+Green+Blue) = 180+121+83=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B47953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47953 is #4B86AC. Grayscale: #868686. Windows color (decimal): -4949677 or 5470644. OLE color: 5470644.

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

Color convert

RGB 180 121 83 -
CMYK 0 0.33 0.54 0.29
HSL 23.51º 0.39% 0.52% -
HSV(B) 23.51º 0.54% 0.71% -
XYZ 27.22 24 11.38 -
YUV 134.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 180 121 83 0 0.33 0.54 0.29 23.51 0.39 0.52
Hex B4 79 53 0 21 36 1D 18 27 34
Octal 264 171 123 0 41 66 35 30 47 64
Binary 10110100 1111001 1010011 0 100001 110110 11101 11000 100111 110100

Color Harmonies of #B47953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47953

Black with #B47953

Text Example


Text Example

White with #B47953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47953; }

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

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

background-color css

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

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

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

border-color css

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

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

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