Html Css Color HEX #B76E52 Sante Fe

📋 copy color: '#B76E52'

red 183 ◦ green 110 ◦ blue 82

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

Shades of Sante Fe #B76E52

Tints of Sante Fe #B76E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 48.8%
G = 29.33%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B76E52 (or 0xB76E52) is known color: Sante Fe. HEX triplet: B7, 6E and 52. RGB value is (183,110,82). Sum of RGB (Red+Green+Blue) = 183+110+82=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E52 is #4891AD. Grayscale: #808080. Windows color (decimal): -4755886 or 5402295. OLE color: 5402295.

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

Color convert

RGB 183 110 82 -
CMYK 0 0.40 0.55 0.28
HSL 16.63º 0.41% 0.52% -
HSV(B) 16.63º 0.55% 0.72% -
XYZ 26.63 21.83 10.79 -
YUV 128.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 183 110 82 0 0.40 0.55 0.28 16.63 0.41 0.52
Hex B7 6E 52 0 28 37 1C 11 29 34
Octal 267 156 122 0 50 67 34 21 51 64
Binary 10110111 1101110 1010010 0 101000 110111 11100 10001 101001 110100

Color Harmonies of #B76E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E52

Black with #B76E52

Text Example


Text Example

White with #B76E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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