Html Css Color HEX #B76755 Sante Fe

📋 copy color: '#B76755'

red 183 ◦ green 103 ◦ blue 85

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

Shades of Sante Fe #B76755

Tints of Sante Fe #B76755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 85 (33.59% from 255) = 22.91%

R = 49.33%
G = 27.76%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B76755 (or 0xB76755) is known color: Sante Fe. HEX triplet: B7, 67 and 55. RGB value is (183,103,85). Sum of RGB (Red+Green+Blue) = 183+103+85=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76755 is #4898AA. Grayscale: #7D7D7D. Windows color (decimal): -4757675 or 5597111. OLE color: 5597111.

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

Color convert

RGB 183 103 85 -
CMYK 0 0.44 0.54 0.28
HSL 11.02º 0.4% 0.53% -
HSV(B) 11.02º 0.54% 0.72% -
XYZ 26.02 20.42 11.17 -
YUV 124.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 183 103 85 0 0.44 0.54 0.28 11.02 0.4 0.53
Hex B7 67 55 0 2C 36 1C B 28 35
Octal 267 147 125 0 54 66 34 13 50 65
Binary 10110111 1100111 1010101 0 101100 110110 11100 1011 101000 110101

Color Harmonies of #B76755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76755

Black with #B76755

Text Example


Text Example

White with #B76755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76755; }

 p { color: rgb(183,103,85); }

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

background-color css

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

 a { background-color: rgb(183,103,85); }

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

border-color css

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

 span { border-color: rgb(183,103,85); }

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