Html Css Color HEX #B8714C Sante Fe

📋 copy color: '#B8714C'

red 184 ◦ green 113 ◦ blue 76

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

Shades of Sante Fe #B8714C

Tints of Sante Fe #B8714C

RGB

 RED value IS 184 (72.27% from 255) = 49.33%

 GREEN value IS 113 (44.53% from 255) = 30.29%

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

R = 49.33%
G = 30.29%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8714C (or 0xB8714C) is known color: Sante Fe. HEX triplet: B8, 71 and 4C. RGB value is (184,113,76). Sum of RGB (Red+Green+Blue) = 184+113+76=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8714C is #478EB3. Grayscale: #828282. Windows color (decimal): -4689588 or 5009848. OLE color: 5009848.

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

Color convert

RGB 184 113 76 -
CMYK 0 0.39 0.59 0.28
HSL 20.56º 0.43% 0.51% -
HSV(B) 20.56º 0.59% 0.72% -
XYZ 26.98 22.52 9.76 -
YUV 130.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 184 113 76 0 0.39 0.59 0.28 20.56 0.43 0.51
Hex B8 71 4C 0 27 3B 1C 15 2B 33
Octal 270 161 114 0 47 73 34 25 53 63
Binary 10111000 1110001 1001100 0 100111 111011 11100 10101 101011 110011

Color Harmonies of #B8714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8714C

Black with #B8714C

Text Example


Text Example

White with #B8714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8714C; }

 p { color: rgb(184,113,76); }

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

background-color css

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

 a { background-color: rgb(184,113,76); }

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

border-color css

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

 span { border-color: rgb(184,113,76); }

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