Html Css Color HEX #B76A57 Sante Fe

📋 copy color: '#B76A57'

red 183 ◦ green 106 ◦ blue 87

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

Shades of Sante Fe #B76A57

Tints of Sante Fe #B76A57

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 87 (34.38% from 255) = 23.14%

R = 48.67%
G = 28.19%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B76A57 (or 0xB76A57) is known color: Sante Fe. HEX triplet: B7, 6A and 57. RGB value is (183,106,87). Sum of RGB (Red+Green+Blue) = 183+106+87=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A57 is #4895A8. Grayscale: #7F7F7F. Windows color (decimal): -4756905 or 5728951. OLE color: 5728951.

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

Color convert

RGB 183 106 87 -
CMYK 0 0.42 0.52 0.28
HSL 11.88º 0.4% 0.53% -
HSV(B) 11.88º 0.52% 0.72% -
XYZ 26.4 21.06 11.69 -
YUV 126.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 183 106 87 0 0.42 0.52 0.28 11.88 0.4 0.53
Hex B7 6A 57 0 2A 34 1C C 28 35
Octal 267 152 127 0 52 64 34 14 50 65
Binary 10110111 1101010 1010111 0 101010 110100 11100 1100 101000 110101

Color Harmonies of #B76A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A57

Black with #B76A57

Text Example


Text Example

White with #B76A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A57; }

 p { color: rgb(183,106,87); }

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

background-color css

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

 a { background-color: rgb(183,106,87); }

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

border-color css

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

 span { border-color: rgb(183,106,87); }

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