Html Css Color HEX #B66655 Sante Fe

📋 copy color: '#B66655'

red 182 ◦ green 102 ◦ blue 85

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

Shades of Sante Fe #B66655

Tints of Sante Fe #B66655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 49.32%
G = 27.64%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B66655 (or 0xB66655) is known color: Sante Fe. HEX triplet: B6, 66 and 55. RGB value is (182,102,85). Sum of RGB (Red+Green+Blue) = 182+102+85=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B66655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66655 is #4999AA. Grayscale: #7C7C7C. Windows color (decimal): -4823467 or 5596854. OLE color: 5596854.

HSL color Cylindrical-coordinate representation of color #B66655: hue angle of 10.52º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B66655 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 102 85 -
CMYK 0 0.44 0.53 0.29
HSL 10.52º 0.4% 0.52% -
HSV(B) 10.52º 0.53% 0.71% -
XYZ 25.68 20.1 11.12 -
YUV 123.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 182 102 85 0 0.44 0.53 0.29 10.52 0.4 0.52
Hex B6 66 55 0 2C 35 1D B 28 34
Octal 266 146 125 0 54 65 35 13 50 64
Binary 10110110 1100110 1010101 0 101100 110101 11101 1011 101000 110100

Color Harmonies of #B66655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66655

Black with #B66655

Text Example


Text Example

White with #B66655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66655; }

 p { color: rgb(182,102,85); }

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

background-color css

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

 a { background-color: rgb(182,102,85); }

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

border-color css

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

 span { border-color: rgb(182,102,85); }

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