Html Css Color HEX #B7744D Sante Fe

📋 copy color: '#B7744D'

red 183 ◦ green 116 ◦ blue 77

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

Shades of Sante Fe #B7744D

Tints of Sante Fe #B7744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 48.67%
G = 30.85%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7744D (or 0xB7744D) is known color: Sante Fe. HEX triplet: B7, 74 and 4D. RGB value is (183,116,77). Sum of RGB (Red+Green+Blue) = 183+116+77=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7744D is #488BB2. Grayscale: #838383. Windows color (decimal): -4754355 or 5076151. OLE color: 5076151.

HSL color Cylindrical-coordinate representation of color #B7744D: hue angle of 22.08º degrees, saturation: 0.42, 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 #B7744D is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 116 77 -
CMYK 0 0.37 0.58 0.28
HSL 22.08º 0.42% 0.51% -
HSV(B) 22.08º 0.58% 0.72% -
XYZ 27.11 23.09 10.05 -
YUV 131.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 183 116 77 0 0.37 0.58 0.28 22.08 0.42 0.51
Hex B7 74 4D 0 25 3A 1C 16 2A 33
Octal 267 164 115 0 45 72 34 26 52 63
Binary 10110111 1110100 1001101 0 100101 111010 11100 10110 101010 110011

Color Harmonies of #B7744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7744D

Black with #B7744D

Text Example


Text Example

White with #B7744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7744D; }

 p { color: rgb(183,116,77); }

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

background-color css

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

 a { background-color: rgb(183,116,77); }

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

border-color css

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

 span { border-color: rgb(183,116,77); }

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