Html Css Color HEX #B4754D Sante Fe

📋 copy color: '#B4754D'

red 180 ◦ green 117 ◦ blue 77

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

Shades of Sante Fe #B4754D

Tints of Sante Fe #B4754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 48.13%
G = 31.28%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4754D (or 0xB4754D) is known color: Sante Fe. HEX triplet: B4, 75 and 4D. RGB value is (180,117,77). Sum of RGB (Red+Green+Blue) = 180+117+77=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4754D is #4B8AB2. Grayscale: #838383. Windows color (decimal): -4950707 or 5076404. OLE color: 5076404.

HSL color Cylindrical-coordinate representation of color #B4754D: hue angle of 23.3º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4754D is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 117 77 -
CMYK 0 0.35 0.57 0.29
HSL 23.3º 0.41% 0.5% -
HSV(B) 23.3º 0.57% 0.71% -
XYZ 26.52 22.96 10.06 -
YUV 131.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 180 117 77 0 0.35 0.57 0.29 23.3 0.41 0.5
Hex B4 75 4D 0 23 39 1D 17 29 32
Octal 264 165 115 0 43 71 35 27 51 62
Binary 10110100 1110101 1001101 0 100011 111001 11101 10111 101001 110010

Color Harmonies of #B4754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4754D

Black with #B4754D

Text Example


Text Example

White with #B4754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4754D; }

 p { color: rgb(180,117,77); }

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

background-color css

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

 a { background-color: rgb(180,117,77); }

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

border-color css

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

 span { border-color: rgb(180,117,77); }

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