Html Css Color HEX #B76D50 Sante Fe

📋 copy color: '#B76D50'

red 183 ◦ green 109 ◦ blue 80

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

Shades of Sante Fe #B76D50

Tints of Sante Fe #B76D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 49.19%
G = 29.3%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B76D50 (or 0xB76D50) is known color: Sante Fe. HEX triplet: B7, 6D and 50. RGB value is (183,109,80). Sum of RGB (Red+Green+Blue) = 183+109+80=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D50 is #4892AF. Grayscale: #808080. Windows color (decimal): -4756144 or 5270967. OLE color: 5270967.

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

Color convert

RGB 183 109 80 -
CMYK 0 0.40 0.56 0.28
HSL 16.89º 0.42% 0.52% -
HSV(B) 16.89º 0.56% 0.72% -
XYZ 26.45 21.58 10.36 -
YUV 127.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 183 109 80 0 0.40 0.56 0.28 16.89 0.42 0.52
Hex B7 6D 50 0 28 38 1C 11 2A 34
Octal 267 155 120 0 50 70 34 21 52 64
Binary 10110111 1101101 1010000 0 101000 111000 11100 10001 101010 110100

Color Harmonies of #B76D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D50

Black with #B76D50

Text Example


Text Example

White with #B76D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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