Html Css Color HEX #B6714C Sante Fe

📋 copy color: '#B6714C'

red 182 ◦ green 113 ◦ blue 76

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

Shades of Sante Fe #B6714C

Tints of Sante Fe #B6714C

RGB

 RED value IS 182 (71.48% from 255) = 49.06%

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

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

R = 49.06%
G = 30.46%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6714C (or 0xB6714C) is known color: Sante Fe. HEX triplet: B6, 71 and 4C. RGB value is (182,113,76). Sum of RGB (Red+Green+Blue) = 182+113+76=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6714C is #498EB3. Grayscale: #818181. Windows color (decimal): -4820660 or 5009846. OLE color: 5009846.

HSL color Cylindrical-coordinate representation of color #B6714C: hue angle of 20.94º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6714C is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 76 -
CMYK 0 0.38 0.58 0.29
HSL 20.94º 0.42% 0.51% -
HSV(B) 20.94º 0.58% 0.71% -
XYZ 26.5 22.28 9.74 -
YUV 129.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 182 113 76 0 0.38 0.58 0.29 20.94 0.42 0.51
Hex B6 71 4C 0 26 3A 1D 15 2A 33
Octal 266 161 114 0 46 72 35 25 52 63
Binary 10110110 1110001 1001100 0 100110 111010 11101 10101 101010 110011

Color Harmonies of #B6714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6714C

Black with #B6714C

Text Example


Text Example

White with #B6714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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