Html Css Color HEX #B76C52 Sante Fe

📋 copy color: '#B76C52'

red 183 ◦ green 108 ◦ blue 82

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

Shades of Sante Fe #B76C52

Tints of Sante Fe #B76C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.95%

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

R = 49.06%
G = 28.95%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B76C52 (or 0xB76C52) is known color: Sante Fe. HEX triplet: B7, 6C and 52. RGB value is (183,108,82). Sum of RGB (Red+Green+Blue) = 183+108+82=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C52 is #4893AD. Grayscale: #7F7F7F. Windows color (decimal): -4756398 or 5401783. OLE color: 5401783.

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

Color convert

RGB 183 108 82 -
CMYK 0 0.41 0.55 0.28
HSL 15.45º 0.41% 0.52% -
HSV(B) 15.45º 0.55% 0.72% -
XYZ 26.41 21.4 10.72 -
YUV 127.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 183 108 82 0 0.41 0.55 0.28 15.45 0.41 0.52
Hex B7 6C 52 0 29 37 1C F 29 34
Octal 267 154 122 0 51 67 34 17 51 64
Binary 10110111 1101100 1010010 0 101001 110111 11100 1111 101001 110100

Color Harmonies of #B76C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C52

Black with #B76C52

Text Example


Text Example

White with #B76C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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