Html Css Color HEX #B76C54 Sante Fe

📋 copy color: '#B76C54'

red 183 ◦ green 108 ◦ blue 84

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

Shades of Sante Fe #B76C54

Tints of Sante Fe #B76C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.4%

R = 48.8%
G = 28.8%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B76C54 (or 0xB76C54) is known color: Sante Fe. HEX triplet: B7, 6C and 54. RGB value is (183,108,84). Sum of RGB (Red+Green+Blue) = 183+108+84=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C54 is #4893AB. Grayscale: #7F7F7F. Windows color (decimal): -4756396 or 5532855. OLE color: 5532855.

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

Color convert

RGB 183 108 84 -
CMYK 0 0.41 0.54 0.28
HSL 14.55º 0.41% 0.52% -
HSV(B) 14.55º 0.54% 0.72% -
XYZ 26.49 21.43 11.13 -
YUV 127.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 183 108 84 0 0.41 0.54 0.28 14.55 0.41 0.52
Hex B7 6C 54 0 29 36 1C F 29 34
Octal 267 154 124 0 51 66 34 17 51 64
Binary 10110111 1101100 1010100 0 101001 110110 11100 1111 101001 110100

Color Harmonies of #B76C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C54

Black with #B76C54

Text Example


Text Example

White with #B76C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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