Html Css Color HEX #B6724E Sante Fe

📋 copy color: '#B6724E'

red 182 ◦ green 114 ◦ blue 78

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

Shades of Sante Fe #B6724E

Tints of Sante Fe #B6724E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

 BLUE value IS 78 (30.86% from 255) = 20.86%

R = 48.66%
G = 30.48%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B6724E (or 0xB6724E) is known color: Sante Fe. HEX triplet: B6, 72 and 4E. RGB value is (182,114,78). Sum of RGB (Red+Green+Blue) = 182+114+78=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6724E is #498DB1. Grayscale: #828282. Windows color (decimal): -4820402 or 5141174. OLE color: 5141174.

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

Color convert

RGB 182 114 78 -
CMYK 0 0.37 0.57 0.29
HSL 20.77º 0.42% 0.51% -
HSV(B) 20.77º 0.57% 0.71% -
XYZ 26.68 22.53 10.15 -
YUV 130.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 182 114 78 0 0.37 0.57 0.29 20.77 0.42 0.51
Hex B6 72 4E 0 25 39 1D 15 2A 33
Octal 266 162 116 0 45 71 35 25 52 63
Binary 10110110 1110010 1001110 0 100101 111001 11101 10101 101010 110011

Color Harmonies of #B6724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6724E

Black with #B6724E

Text Example


Text Example

White with #B6724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6724E; }

 p { color: rgb(182,114,78); }

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

background-color css

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

 a { background-color: rgb(182,114,78); }

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

border-color css

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

 span { border-color: rgb(182,114,78); }

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