Html Css Color HEX #B6754D Sante Fe

📋 copy color: '#B6754D'

red 182 ◦ green 117 ◦ blue 77

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

Shades of Sante Fe #B6754D

Tints of Sante Fe #B6754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 48.4%
G = 31.12%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6754D (or 0xB6754D) is known color: Sante Fe. HEX triplet: B6, 75 and 4D. RGB value is (182,117,77). Sum of RGB (Red+Green+Blue) = 182+117+77=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6754D is #498AB2. Grayscale: #848484. Windows color (decimal): -4819635 or 5076406. OLE color: 5076406.

HSL color Cylindrical-coordinate representation of color #B6754D: hue angle of 22.86º 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 #B6754D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 117 77 -
CMYK 0 0.36 0.58 0.29
HSL 22.86º 0.42% 0.51% -
HSV(B) 22.86º 0.58% 0.71% -
XYZ 26.99 23.2 10.08 -
YUV 131.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 182 117 77 0 0.36 0.58 0.29 22.86 0.42 0.51
Hex B6 75 4D 0 24 3A 1D 17 2A 33
Octal 266 165 115 0 44 72 35 27 52 63
Binary 10110110 1110101 1001101 0 100100 111010 11101 10111 101010 110011

Color Harmonies of #B6754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6754D

Black with #B6754D

Text Example


Text Example

White with #B6754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6754D; }

 p { color: rgb(182,117,77); }

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

background-color css

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

 a { background-color: rgb(182,117,77); }

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

border-color css

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

 span { border-color: rgb(182,117,77); }

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