Html Css Color HEX #B47754 Sante Fe

📋 copy color: '#B47754'

red 180 ◦ green 119 ◦ blue 84

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

Shades of Sante Fe #B47754

Tints of Sante Fe #B47754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

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

R = 47%
G = 31.07%
B = 21.93%

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

#B47754 (or 0xB47754) is known color: Sante Fe. HEX triplet: B4, 77 and 54. RGB value is (180,119,84). Sum of RGB (Red+Green+Blue) = 180+119+84=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B47754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47754 is #4B88AB. Grayscale: #858585. Windows color (decimal): -4950188 or 5535668. OLE color: 5535668.

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

Color convert

RGB 180 119 84 -
CMYK 0 0.34 0.53 0.29
HSL 21.88º 0.39% 0.52% -
HSV(B) 21.88º 0.53% 0.71% -
XYZ 27.02 23.54 11.51 -
YUV 133.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 180 119 84 0 0.34 0.53 0.29 21.88 0.39 0.52
Hex B4 77 54 0 22 35 1D 16 27 34
Octal 264 167 124 0 42 65 35 26 47 64
Binary 10110100 1110111 1010100 0 100010 110101 11101 10110 100111 110100

Color Harmonies of #B47754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47754

Black with #B47754

Text Example


Text Example

White with #B47754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47754; }

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

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

background-color css

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

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

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

border-color css

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

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

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