Html Css Color HEX #B3765C Sante Fe

📋 copy color: '#B3765C'

red 179 ◦ green 118 ◦ blue 92

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

Shades of Sante Fe #B3765C

Tints of Sante Fe #B3765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.65%

R = 46.02%
G = 30.33%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3765C (or 0xB3765C) is known color: Sante Fe. HEX triplet: B3, 76 and 5C. RGB value is (179,118,92). Sum of RGB (Red+Green+Blue) = 179+118+92=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3765C is #4C89A3. Grayscale: #858585. Windows color (decimal): -5015972 or 6059699. OLE color: 6059699.

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

Color convert

RGB 179 118 92 -
CMYK 0 0.34 0.49 0.30
HSL 17.93º 0.36% 0.53% -
HSV(B) 17.93º 0.49% 0.7% -
XYZ 27 23.31 13.2 -
YUV 133.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 179 118 92 0 0.34 0.49 0.30 17.93 0.36 0.53
Hex B3 76 5C 0 22 31 1E 12 24 35
Octal 263 166 134 0 42 61 36 22 44 65
Binary 10110011 1110110 1011100 0 100010 110001 11110 10010 100100 110101

Color Harmonies of #B3765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3765C

Black with #B3765C

Text Example


Text Example

White with #B3765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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