Html Css Color HEX #B3764E Sante Fe

📋 copy color: '#B3764E'

red 179 ◦ green 118 ◦ blue 78

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

Shades of Sante Fe #B3764E

Tints of Sante Fe #B3764E

RGB

 RED value IS 179 (70.31% from 255) = 47.73%

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

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 47.73%
G = 31.47%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3764E (or 0xB3764E) is known color: Sante Fe. HEX triplet: B3, 76 and 4E. RGB value is (179,118,78). Sum of RGB (Red+Green+Blue) = 179+118+78=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3764E is #4C89B1. Grayscale: #838383. Windows color (decimal): -5015986 or 5142195. OLE color: 5142195.

HSL color Cylindrical-coordinate representation of color #B3764E: hue angle of 23.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3764E is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 118 78 -
CMYK 0 0.34 0.56 0.30
HSL 23.76º 0.4% 0.5% -
HSV(B) 23.76º 0.56% 0.7% -
XYZ 26.44 23.09 10.27 -
YUV 131.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 179 118 78 0 0.34 0.56 0.30 23.76 0.4 0.5
Hex B3 76 4E 0 22 38 1E 18 28 32
Octal 263 166 116 0 42 70 36 30 50 62
Binary 10110011 1110110 1001110 0 100010 111000 11110 11000 101000 110010

Color Harmonies of #B3764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3764E

Black with #B3764E

Text Example


Text Example

White with #B3764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3764E; }

 p { color: rgb(179,118,78); }

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

background-color css

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

 a { background-color: rgb(179,118,78); }

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

border-color css

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

 span { border-color: rgb(179,118,78); }

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