Html Css Color HEX #B4745D Sante Fe

📋 copy color: '#B4745D'

red 180 ◦ green 116 ◦ blue 93

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

Shades of Sante Fe #B4745D

Tints of Sante Fe #B4745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 46.27%
G = 29.82%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4745D (or 0xB4745D) is known color: Sante Fe. HEX triplet: B4, 74 and 5D. RGB value is (180,116,93). Sum of RGB (Red+Green+Blue) = 180+116+93=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4745D is #4B8BA2. Grayscale: #848484. Windows color (decimal): -4950947 or 6124724. OLE color: 6124724.

HSL color Cylindrical-coordinate representation of color #B4745D: hue angle of 15.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4745D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 93 -
CMYK 0 0.36 0.48 0.29
HSL 15.86º 0.37% 0.54% -
HSV(B) 15.86º 0.48% 0.71% -
XYZ 27.04 22.98 13.37 -
YUV 132.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 180 116 93 0 0.36 0.48 0.29 15.86 0.37 0.54
Hex B4 74 5D 0 24 30 1D 10 25 36
Octal 264 164 135 0 44 60 35 20 45 66
Binary 10110100 1110100 1011101 0 100100 110000 11101 10000 100101 110110

Color Harmonies of #B4745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4745D

Black with #B4745D

Text Example


Text Example

White with #B4745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4745D; }

 p { color: rgb(180,116,93); }

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

background-color css

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

 a { background-color: rgb(180,116,93); }

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

border-color css

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

 span { border-color: rgb(180,116,93); }

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