Html Css Color HEX #B76E5A Sante Fe

📋 copy color: '#B76E5A'

red 183 ◦ green 110 ◦ blue 90

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

Shades of Sante Fe #B76E5A

Tints of Sante Fe #B76E5A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 47.78%
G = 28.72%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B76E5A (or 0xB76E5A) is known color: Sante Fe. HEX triplet: B7, 6E and 5A. RGB value is (183,110,90). Sum of RGB (Red+Green+Blue) = 183+110+90=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E5A is #4891A5. Grayscale: #818181. Windows color (decimal): -4755878 or 5926583. OLE color: 5926583.

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

Color convert

RGB 183 110 90 -
CMYK 0 0.40 0.51 0.28
HSL 12.9º 0.39% 0.54% -
HSV(B) 12.9º 0.51% 0.72% -
XYZ 26.95 21.96 12.49 -
YUV 129.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 183 110 90 0 0.40 0.51 0.28 12.9 0.39 0.54
Hex B7 6E 5A 0 28 33 1C D 27 36
Octal 267 156 132 0 50 63 34 15 47 66
Binary 10110111 1101110 1011010 0 101000 110011 11100 1101 100111 110110

Color Harmonies of #B76E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E5A

Black with #B76E5A

Text Example


Text Example

White with #B76E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E5A; }

 p { color: rgb(183,110,90); }

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

background-color css

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

 a { background-color: rgb(183,110,90); }

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

border-color css

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

 span { border-color: rgb(183,110,90); }

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