Html Css Color HEX #B76E4D Sante Fe

📋 copy color: '#B76E4D'

red 183 ◦ green 110 ◦ blue 77

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

Shades of Sante Fe #B76E4D

Tints of Sante Fe #B76E4D

RGB

 RED value IS 183 (71.88% from 255) = 49.46%

 GREEN value IS 110 (43.36% from 255) = 29.73%

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

R = 49.46%
G = 29.73%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B76E4D (or 0xB76E4D) is known color: Sante Fe. HEX triplet: B7, 6E and 4D. RGB value is (183,110,77). Sum of RGB (Red+Green+Blue) = 183+110+77=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E4D is #4891B2. Grayscale: #808080. Windows color (decimal): -4755891 or 5074615. OLE color: 5074615.

HSL color Cylindrical-coordinate representation of color #B76E4D: hue angle of 18.68º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B76E4D is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 110 77 -
CMYK 0 0.40 0.58 0.28
HSL 18.68º 0.42% 0.51% -
HSV(B) 18.68º 0.58% 0.72% -
XYZ 26.44 21.75 9.83 -
YUV 128.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 183 110 77 0 0.40 0.58 0.28 18.68 0.42 0.51
Hex B7 6E 4D 0 28 3A 1C 13 2A 33
Octal 267 156 115 0 50 72 34 23 52 63
Binary 10110111 1101110 1001101 0 101000 111010 11100 10011 101010 110011

Color Harmonies of #B76E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E4D

Black with #B76E4D

Text Example


Text Example

White with #B76E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E4D; }

 p { color: rgb(183,110,77); }

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

background-color css

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

 a { background-color: rgb(183,110,77); }

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

border-color css

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

 span { border-color: rgb(183,110,77); }

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