Html Css Color HEX #B86D50 Sante Fe

📋 copy color: '#B86D50'

red 184 ◦ green 109 ◦ blue 80

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

Shades of Sante Fe #B86D50

Tints of Sante Fe #B86D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 49.33%
G = 29.22%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B86D50 (or 0xB86D50) is known color: Sante Fe. HEX triplet: B8, 6D and 50. RGB value is (184,109,80). Sum of RGB (Red+Green+Blue) = 184+109+80=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D50 is #4792AF. Grayscale: #808080. Windows color (decimal): -4690608 or 5270968. OLE color: 5270968.

HSL color Cylindrical-coordinate representation of color #B86D50: hue angle of 16.73º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B86D50 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 109 80 -
CMYK 0 0.41 0.57 0.28
HSL 16.73º 0.42% 0.52% -
HSV(B) 16.73º 0.57% 0.72% -
XYZ 26.68 21.71 10.37 -
YUV 128.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 184 109 80 0 0.41 0.57 0.28 16.73 0.42 0.52
Hex B8 6D 50 0 29 39 1C 11 2A 34
Octal 270 155 120 0 51 71 34 21 52 64
Binary 10111000 1101101 1010000 0 101001 111001 11100 10001 101010 110100

Color Harmonies of #B86D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86D50

Black with #B86D50

Text Example


Text Example

White with #B86D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86D50; }

 p { color: rgb(184,109,80); }

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

background-color css

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

 a { background-color: rgb(184,109,80); }

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

border-color css

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

 span { border-color: rgb(184,109,80); }

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