Html Css Color HEX #B76D4D Sante Fe

📋 copy color: '#B76D4D'

red 183 ◦ green 109 ◦ blue 77

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

Shades of Sante Fe #B76D4D

Tints of Sante Fe #B76D4D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

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

R = 49.59%
G = 29.54%
B = 20.87%

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

#B76D4D (or 0xB76D4D) is known color: Sante Fe. HEX triplet: B7, 6D and 4D. RGB value is (183,109,77). Sum of RGB (Red+Green+Blue) = 183+109+77=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D4D is #4892B2. Grayscale: #7F7F7F. Windows color (decimal): -4756147 or 5074359. OLE color: 5074359.

HSL color Cylindrical-coordinate representation of color #B76D4D: hue angle of 18.11º 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 #B76D4D is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 109 77 -
CMYK 0 0.40 0.58 0.28
HSL 18.11º 0.42% 0.51% -
HSV(B) 18.11º 0.58% 0.72% -
XYZ 26.34 21.54 9.79 -
YUV 127.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 183 109 77 0 0.40 0.58 0.28 18.11 0.42 0.51
Hex B7 6D 4D 0 28 3A 1C 12 2A 33
Octal 267 155 115 0 50 72 34 22 52 63
Binary 10110111 1101101 1001101 0 101000 111010 11100 10010 101010 110011

Color Harmonies of #B76D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D4D

Black with #B76D4D

Text Example


Text Example

White with #B76D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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