Html Css Color HEX #B76C4C Sante Fe

📋 copy color: '#B76C4C'

red 183 ◦ green 108 ◦ blue 76

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

Shades of Sante Fe #B76C4C

Tints of Sante Fe #B76C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 49.86%
G = 29.43%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B76C4C (or 0xB76C4C) is known color: Sante Fe. HEX triplet: B7, 6C and 4C. RGB value is (183,108,76). Sum of RGB (Red+Green+Blue) = 183+108+76=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C4C is #4893B3. Grayscale: #7E7E7E. Windows color (decimal): -4756404 or 5008567. OLE color: 5008567.

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

Color convert

RGB 183 108 76 -
CMYK 0 0.41 0.58 0.28
HSL 17.94º 0.43% 0.51% -
HSV(B) 17.94º 0.58% 0.72% -
XYZ 26.2 21.31 9.57 -
YUV 126.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 183 108 76 0 0.41 0.58 0.28 17.94 0.43 0.51
Hex B7 6C 4C 0 29 3A 1C 12 2B 33
Octal 267 154 114 0 51 72 34 22 53 63
Binary 10110111 1101100 1001100 0 101001 111010 11100 10010 101011 110011

Color Harmonies of #B76C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C4C

Black with #B76C4C

Text Example


Text Example

White with #B76C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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