Html Css Color HEX #B76A51 Sante Fe

📋 copy color: '#B76A51'

red 183 ◦ green 106 ◦ blue 81

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

Shades of Sante Fe #B76A51

Tints of Sante Fe #B76A51

RGB

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

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

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

R = 49.46%
G = 28.65%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B76A51 (or 0xB76A51) is known color: Sante Fe. HEX triplet: B7, 6A and 51. RGB value is (183,106,81). Sum of RGB (Red+Green+Blue) = 183+106+81=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A51 is #4895AE. Grayscale: #7E7E7E. Windows color (decimal): -4756911 or 5335735. OLE color: 5335735.

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

Color convert

RGB 183 106 81 -
CMYK 0 0.42 0.56 0.28
HSL 14.71º 0.41% 0.52% -
HSV(B) 14.71º 0.56% 0.72% -
XYZ 26.17 20.97 10.45 -
YUV 126.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 183 106 81 0 0.42 0.56 0.28 14.71 0.41 0.52
Hex B7 6A 51 0 2A 38 1C F 29 34
Octal 267 152 121 0 52 70 34 17 51 64
Binary 10110111 1101010 1010001 0 101010 111000 11100 1111 101001 110100

Color Harmonies of #B76A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A51

Black with #B76A51

Text Example


Text Example

White with #B76A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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