Html Css Color HEX #B76D51 Sante Fe

📋 copy color: '#B76D51'

red 183 ◦ green 109 ◦ blue 81

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

Shades of Sante Fe #B76D51

Tints of Sante Fe #B76D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.72%

R = 49.06%
G = 29.22%
B = 21.72%

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

#B76D51 (or 0xB76D51) is known color: Sante Fe. HEX triplet: B7, 6D and 51. RGB value is (183,109,81). Sum of RGB (Red+Green+Blue) = 183+109+81=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D51 is #4892AE. Grayscale: #808080. Windows color (decimal): -4756143 or 5336503. OLE color: 5336503.

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

Color convert

RGB 183 109 81 -
CMYK 0 0.40 0.56 0.28
HSL 16.47º 0.41% 0.52% -
HSV(B) 16.47º 0.56% 0.72% -
XYZ 26.48 21.6 10.56 -
YUV 127.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 183 109 81 0 0.40 0.56 0.28 16.47 0.41 0.52
Hex B7 6D 51 0 28 38 1C 10 29 34
Octal 267 155 121 0 50 70 34 20 51 64
Binary 10110111 1101101 1010001 0 101000 111000 11100 10000 101001 110100

Color Harmonies of #B76D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D51

Black with #B76D51

Text Example


Text Example

White with #B76D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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