Html Css Color HEX #B26D49 Sante Fe

📋 copy color: '#B26D49'

red 178 ◦ green 109 ◦ blue 73

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

Shades of Sante Fe #B26D49

Tints of Sante Fe #B26D49

RGB

 RED value IS 178 (69.92% from 255) = 49.44%

 GREEN value IS 109 (42.97% from 255) = 30.28%

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 49.44%
G = 30.28%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B26D49 (or 0xB26D49) is known color: Sante Fe. HEX triplet: B2, 6D and 49. RGB value is (178,109,73). Sum of RGB (Red+Green+Blue) = 178+109+73=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D49 is #4D92B6. Grayscale: #7D7D7D. Windows color (decimal): -5083831 or 4812210. OLE color: 4812210.

HSL color Cylindrical-coordinate representation of color #B26D49: hue angle of 20.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B26D49 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 109 73 -
CMYK 0 0.39 0.59 0.30
HSL 20.57º 0.42% 0.49% -
HSV(B) 20.57º 0.59% 0.7% -
XYZ 25.03 20.88 9.01 -
YUV 125.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 178 109 73 0 0.39 0.59 0.30 20.57 0.42 0.49
Hex B2 6D 49 0 27 3B 1E 15 2A 31
Octal 262 155 111 0 47 73 36 25 52 61
Binary 10110010 1101101 1001001 0 100111 111011 11110 10101 101010 110001

Color Harmonies of #B26D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D49

Black with #B26D49

Text Example


Text Example

White with #B26D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D49; }

 p { color: rgb(178,109,73); }

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

background-color css

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

 a { background-color: rgb(178,109,73); }

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

border-color css

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

 span { border-color: rgb(178,109,73); }

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